#4196CA

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

Shades of Curious Blue #4196CA

Tints of Curious Blue #4196CA

Color information

#4196CA (or 0x4196CA) is unknown color: approx Curious Blue. HEX triplet: 41, 96 and CA. RGB value is (65,150,202). Sum of RGB (Red+Green+Blue) = 65+150+202=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 150 (58.98% from 255 or 35.97% 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 #4196CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4196CA is #BE6935. Grayscale: #828282. Windows color (decimal): -12478774 or 13276737. OLE color: 13276737.

HSL color Cylindrical-coordinate representation of color #4196CA: hue angle of 202.77º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4196CA is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65150202-
CMYK0.680.2600.21
HSL202.77º56.38%52.35%-
HSV(B)202.77º67.82%79.22%-
XYZ23.7527.259.88-
YUV130.51168.3481.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.59%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=15.59%
G=35.97%
B=48.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651502020.680.2600.21202.7756.3852.35
Hex4196CA441A015cb3834
Octal101226312104320253137064
Binary1000001100101101100101010001001101001010111001011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4196CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4196CA; }

 p { color: rgb(65,150,202); }

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

<style>
 a { background-color: #4196CA; }

 a { background-color: rgb(65,150,202); }

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

<style>
 span { border-color: #4196CA; }

 span { border-color: rgb(65,150,202); }

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