Html Css Color HEX #424571 Corn Flower Blue

📋 copy color: '#424571'

red 66 ◦ green 69 ◦ blue 113

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

Shades of Corn Flower Blue #424571

Tints of Corn Flower Blue #424571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

 BLUE value IS 113 (44.53% from 255) = 45.56%

R = 26.61%
G = 27.82%
B = 45.56%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424571 (or 0x424571) is known color: Corn Flower Blue. HEX triplet: 42, 45 and 71. RGB value is (66,69,113). Sum of RGB (Red+Green+Blue) = 66+69+113=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #424571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424571 is #BDBA8E. Grayscale: #484848. Windows color (decimal): -12434063 or 7423298. OLE color: 7423298.

HSL color Cylindrical-coordinate representation of color #424571: hue angle of 236.17º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424571 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 69 113 -
CMYK 0.42 0.39 0 0.56
HSL 236.17º 0.26% 0.35% -
HSV(B) 236.17º 0.42% 0.44% -
XYZ 7.36 6.61 16.51 -
YUV 73.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 66 69 113 0.42 0.39 0 0.56 236.17 0.26 0.35
Hex 42 45 71 2A 27 0 38 EC 1A 23
Octal 102 105 161 52 47 0 70 354 32 43
Binary 1000010 1000101 1110001 101010 100111 0 111000 11101100 11010 100011

Color Harmonies of #424571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424571

Black with #424571

Text Example


Text Example

White with #424571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424571; }

 p { color: rgb(66,69,113); }

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

background-color css

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

 a { background-color: rgb(66,69,113); }

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

border-color css

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

 span { border-color: rgb(66,69,113); }

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