Html Css Color HEX #424271 Corn Flower Blue

📋 copy color: '#424271'

red 66 ◦ green 66 ◦ blue 113

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

Shades of Corn Flower Blue #424271

Tints of Corn Flower Blue #424271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

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

R = 26.94%
G = 26.94%
B = 46.12%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424271 (or 0x424271) is known color: Corn Flower Blue. HEX triplet: 42, 42 and 71. RGB value is (66,66,113). Sum of RGB (Red+Green+Blue) = 66+66+113=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #424271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424271 is #BDBD8E. Grayscale: #474747. Windows color (decimal): -12434831 or 7422530. OLE color: 7422530.

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

Color convert

RGB 66 66 113 -
CMYK 0.42 0.42 0 0.56
HSL 240º 0.26% 0.35% -
HSV(B) 240º 0.42% 0.44% -
XYZ 7.18 6.25 16.45 -
YUV 71.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 66 66 113 0.42 0.42 0 0.56 240 0.26 0.35
Hex 42 42 71 2A 2A 0 38 F0 1A 23
Octal 102 102 161 52 52 0 70 360 32 43
Binary 1000010 1000010 1110001 101010 101010 0 111000 11110000 11010 100011

Color Harmonies of #424271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424271

Black with #424271

Text Example


Text Example

White with #424271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424271; }

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

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

background-color css

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

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

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

border-color css

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

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

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