Html Css Color HEX #424472 Corn Flower Blue

📋 copy color: '#424472'

red 66 ◦ green 68 ◦ blue 114

#424472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #424472

Tints of Corn Flower Blue #424472

RGB

 RED value IS 66 (26.17% from 255) = 26.61%

 GREEN value IS 68 (26.95% from 255) = 27.42%

 BLUE value IS 114 (44.92% from 255) = 45.97%

R = 26.61%
G = 27.42%
B = 45.97%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#424472 (or 0x424472) is known color: Corn Flower Blue. HEX triplet: 42, 44 and 72. RGB value is (66,68,114). Sum of RGB (Red+Green+Blue) = 66+68+114=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #424472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424472 is #BDBB8D. Grayscale: #484848. Windows color (decimal): -12434318 or 7488578. OLE color: 7488578.

HSL color Cylindrical-coordinate representation of color #424472: hue angle of 237.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424472 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 68 114 -
CMYK 0.42 0.40 0 0.55
HSL 237.5º 0.27% 0.35% -
HSV(B) 237.5º 0.42% 0.45% -
XYZ 7.35 6.51 16.79 -
YUV 72.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 66 68 114 0.42 0.40 0 0.55 237.5 0.27 0.35
Hex 42 44 72 2A 28 0 37 EE 1B 23
Octal 102 104 162 52 50 0 67 356 33 43
Binary 1000010 1000100 1110010 101010 101000 0 110111 11101110 11011 100011

Color Harmonies of #424472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424472

Black with #424472

Text Example


Text Example

White with #424472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424472; }

 p { color: rgb(66,68,114); }

 H1.HeaderClassName
 {
   color: #424472;
 }
 .AnyTagClassName
 {
   color: #424472;
 }
</style>

background-color css

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

 a { background-color: rgb(66,68,114); }

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

border-color css

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

 span { border-color: rgb(66,68,114); }

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