Html Css Color HEX #404470 Corn Flower Blue

📋 copy color: '#404470'

red 64 ◦ green 68 ◦ blue 112

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

Shades of Corn Flower Blue #404470

Tints of Corn Flower Blue #404470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 26.23%
G = 27.87%
B = 45.9%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404470 (or 0x404470) is known color: Corn Flower Blue. HEX triplet: 40, 44 and 70. RGB value is (64,68,112). Sum of RGB (Red+Green+Blue) = 64+68+112=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #404470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404470 is #BFBB8F. Grayscale: #474747. Windows color (decimal): -12565392 or 7357504. OLE color: 7357504.

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

Color convert

RGB 64 68 112 -
CMYK 0.43 0.39 0 0.56
HSL 235º 0.27% 0.35% -
HSV(B) 235º 0.43% 0.44% -
XYZ 7.11 6.39 16.19 -
YUV 71.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 64 68 112 0.43 0.39 0 0.56 235 0.27 0.35
Hex 40 44 70 2B 27 0 38 EB 1B 23
Octal 100 104 160 53 47 0 70 353 33 43
Binary 1000000 1000100 1110000 101011 100111 0 111000 11101011 11011 100011

Color Harmonies of #404470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404470

Black with #404470

Text Example


Text Example

White with #404470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404470; }

 p { color: rgb(64,68,112); }

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

background-color css

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

 a { background-color: rgb(64,68,112); }

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

border-color css

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

 span { border-color: rgb(64,68,112); }

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