#4292CC

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

Shades of Curious Blue #4292CC

Tints of Curious Blue #4292CC

Color information

#4292CC (or 0x4292CC) is unknown color: approx Curious Blue. HEX triplet: 42, 92 and CC. RGB value is (66,146,204). Sum of RGB (Red+Green+Blue) = 66+146+204=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #4292CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4292CC is #BD6D33. Grayscale: #808080. Windows color (decimal): -12414260 or 13406786. OLE color: 13406786.

HSL color Cylindrical-coordinate representation of color #4292CC: hue angle of 205.22º 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 #4292CC is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB66146204-
CMYK0.680.2800.2
HSL205.22º57.5%52.94%-
HSV(B)205.22º67.65%80%-
XYZ23.4226.0860.93-
YUV128.69170.583.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.87%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=15.87%
G=35.10%
B=49.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal661462040.680.2800.2205.2257.552.94
Hex4292CC441C014cd3a35
Octal102222314104340243157265
Binary1000010100100101100110010001001110001010011001101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4292CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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