Html Css Color HEX #404271 Corn Flower Blue

📋 copy color: '#404271'

red 64 ◦ green 66 ◦ blue 113

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

Shades of Corn Flower Blue #404271

Tints of Corn Flower Blue #404271

RGB

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

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

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

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

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404271 (or 0x404271) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 71. RGB value is (64,66,113). Sum of RGB (Red+Green+Blue) = 64+66+113=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 66 (26.17% from 255 or 27.16% 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 #404271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404271 is #BFBD8E. Grayscale: #464646. Windows color (decimal): -12565903 or 7422528. OLE color: 7422528.

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

Color convert

RGB 64 66 113 -
CMYK 0.43 0.42 0 0.56
HSL 237.55º 0.28% 0.35% -
HSV(B) 237.55º 0.43% 0.44% -
XYZ 7.04 6.18 16.44 -
YUV 70.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 64 66 113 0.43 0.42 0 0.56 237.55 0.28 0.35
Hex 40 42 71 2B 2A 0 38 EE 1C 23
Octal 100 102 161 53 52 0 70 356 34 43
Binary 1000000 1000010 1110001 101011 101010 0 111000 11101110 11100 100011

Color Harmonies of #404271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404271

Black with #404271

Text Example


Text Example

White with #404271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404271; }

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

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

background-color css

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

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

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

border-color css

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

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

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