#4296CC

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

Shades of Curious Blue #4296CC

Tints of Curious Blue #4296CC

Color information

#4296CC (or 0x4296CC) is unknown color: approx Curious Blue. HEX triplet: 42, 96 and CC. RGB value is (66,150,204). Sum of RGB (Red+Green+Blue) = 66+150+204=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #4296CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4296CC is #BD6933. Grayscale: #828282. Windows color (decimal): -12413236 or 13407810. OLE color: 13407810.

HSL color Cylindrical-coordinate representation of color #4296CC: hue angle of 203.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4296CC is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB66150204-
CMYK0.680.2600.2
HSL203.48º57.5%52.94%-
HSV(B)203.48º67.65%80%-
XYZ24.0527.3361.13-
YUV131.04169.1781.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.71%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 204 (80.08% from 255) = 48.57%
R=15.71%
G=35.71%
B=48.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal661502040.680.2600.2203.4857.552.94
Hex4296CC441A014cb3a35
Octal102226314104320243137265
Binary1000010100101101100110010001001101001010011001011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4296CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4296CC; }

 p { color: rgb(66,150,204); }

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

<style>
 a { background-color: #4296CC; }

 a { background-color: rgb(66,150,204); }

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

<style>
 span { border-color: #4296CC; }

 span { border-color: rgb(66,150,204); }

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