Html Css Color HEX #424071 Corn Flower Blue

📋 copy color: '#424071'

red 66 ◦ green 64 ◦ blue 113

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

Shades of Corn Flower Blue #424071

Tints of Corn Flower Blue #424071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

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

R = 27.16%
G = 26.34%
B = 46.5%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424071 (or 0x424071) is known color: Corn Flower Blue. HEX triplet: 42, 40 and 71. RGB value is (66,64,113). Sum of RGB (Red+Green+Blue) = 66+64+113=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #424071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424071 is #BDBF8E. Grayscale: #454545. Windows color (decimal): -12435343 or 7422018. OLE color: 7422018.

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

Color convert

RGB 66 64 113 -
CMYK 0.42 0.43 0 0.56
HSL 242.45º 0.28% 0.35% -
HSV(B) 242.45º 0.43% 0.44% -
XYZ 7.06 6.02 16.41 -
YUV 70.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 66 64 113 0.42 0.43 0 0.56 242.45 0.28 0.35
Hex 42 40 71 2A 2B 0 38 F2 1C 23
Octal 102 100 161 52 53 0 70 362 34 43
Binary 1000010 1000000 1110001 101010 101011 0 111000 11110010 11100 100011

Color Harmonies of #424071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424071

Black with #424071

Text Example


Text Example

White with #424071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424071; }

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

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

background-color css

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

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

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

border-color css

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

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

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