Html Css Color HEX #424772 Corn Flower Blue

📋 copy color: '#424772'

red 66 ◦ green 71 ◦ blue 114

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

Shades of Corn Flower Blue #424772

Tints of Corn Flower Blue #424772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 26.29%
G = 28.29%
B = 45.42%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#424772 (or 0x424772) is known color: Corn Flower Blue. HEX triplet: 42, 47 and 72. RGB value is (66,71,114). Sum of RGB (Red+Green+Blue) = 66+71+114=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #424772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424772 is #BDB88D. Grayscale: #4A4A4A. Windows color (decimal): -12433550 or 7489346. OLE color: 7489346.

HSL color Cylindrical-coordinate representation of color #424772: hue angle of 233.75º 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 #424772 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 71 114 -
CMYK 0.42 0.38 0 0.55
HSL 233.75º 0.27% 0.35% -
HSV(B) 233.75º 0.42% 0.45% -
XYZ 7.54 6.88 16.85 -
YUV 74.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 66 71 114 0.42 0.38 0 0.55 233.75 0.27 0.35
Hex 42 47 72 2A 26 0 37 EA 1B 23
Octal 102 107 162 52 46 0 67 352 33 43
Binary 1000010 1000111 1110010 101010 100110 0 110111 11101010 11011 100011

Color Harmonies of #424772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424772

Black with #424772

Text Example


Text Example

White with #424772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424772; }

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

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

background-color css

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

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

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

border-color css

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

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

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