Html Css Color HEX #404272 Corn Flower Blue

📋 copy color: '#404272'

red 64 ◦ green 66 ◦ blue 114

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

Shades of Corn Flower Blue #404272

Tints of Corn Flower Blue #404272

RGB

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

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

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

R = 26.23%
G = 27.05%
B = 46.72%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#404272 (or 0x404272) is known color: Corn Flower Blue. HEX triplet: 40, 42 and 72. RGB value is (64,66,114). Sum of RGB (Red+Green+Blue) = 64+66+114=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #404272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404272 is #BFBD8D. Grayscale: #464646. Windows color (decimal): -12565902 or 7488064. OLE color: 7488064.

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

Color convert

RGB 64 66 114 -
CMYK 0.44 0.42 0 0.55
HSL 237.6º 0.28% 0.35% -
HSV(B) 237.6º 0.44% 0.45% -
XYZ 7.1 6.2 16.74 -
YUV 70.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 64 66 114 0.44 0.42 0 0.55 237.6 0.28 0.35
Hex 40 42 72 2C 2A 0 37 EE 1C 23
Octal 100 102 162 54 52 0 67 356 34 43
Binary 1000000 1000010 1110010 101100 101010 0 110111 11101110 11100 100011

Color Harmonies of #404272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404272

Black with #404272

Text Example


Text Example

White with #404272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404272; }

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

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

background-color css

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

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

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

border-color css

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

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

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