#424076

Color #424076 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #424076

Tints of Corn Flower Blue #424076

Color information

#424076 (or 0x424076) is unknown color: approx Corn Flower Blue. HEX triplet: 42, 40 and 76. RGB value is (66,64,118). Sum of RGB (Red+Green+Blue) = 66+64+118=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #424076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424076 is #BDBF89. Grayscale: #464646. Windows color (decimal): -12435338 or 7749698. OLE color: 7749698.

HSL color Cylindrical-coordinate representation of color #424076: hue angle of 242.22º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424076 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6664118-
CMYK0.440.4600.54
HSL242.22º29.67%35.69%-
HSV(B)242.22º45.76%46.27%-
XYZ7.356.1317.94-
YUV70.75154.66124.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=26.61%
G=25.81%
B=47.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66641180.440.4600.54242.2229.6735.69
Hex4240762C2E036f21e24
Octal10210016654560663623644
Binary10000101000000111011010110010111001101101111001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424076; }

 p { color: rgb(66,64,118); }

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

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

 a { background-color: rgb(66,64,118); }

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

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

 span { border-color: rgb(66,64,118); }

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