#4691ca

Color #4691CA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4691CA

Tints of Curious Blue #4691CA

Color information

#4691CA (or 0x4691CA) is unknown color: approx Curious Blue. HEX triplet: 46, 91 and CA. RGB value is (70,145,202). Sum of RGB (Red+Green+Blue) = 70+145+202=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #4691CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4691CA is #B96E35. Grayscale: #808080. Windows color (decimal): -12152374 or 13275462. OLE color: 13275462.

HSL color Cylindrical-coordinate representation of color #4691CA: hue angle of 205.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4691CA is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70145202-
CMYK0.650.2800.21
HSL205.91º55.46%53.33%-
HSV(B)205.91º65.35%79.22%-
XYZ23.3125.8259.63-
YUV129.07169.1585.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 16.79%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=16.79%
G=34.77%
B=48.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701452020.650.2800.21205.9155.4653.33
Hex4691CA411C015ce3735
Octal106221312101340253166765
Binary1000110100100011100101010000011110001010111001110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4691ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4691ca; }

 p { color: rgb(70,145,202); }

 H1.HeaderClassName
 {
   color: #4691ca;
 }
 .AnyTagClassName
 {
   color: #4691ca;
 }
</style>
background-color css

<style>
 a { background-color: #4691ca; }

 a { background-color: rgb(70,145,202); }

 div.DivClassName
 {
   background-color: #4691ca;
 }
 .BgClassName
 {
   background-color: #4691ca;
 }
</style>
border-color css

<style>
 span { border-color: #4691ca; }

 span { border-color: rgb(70,145,202); }

 td.TdClassName
 {
   border-color: #4691ca;
 }
 .TagClassName
 {
   border-color: #4691ca;
 }
</style>