Html Css Color HEX #404070 Corn Flower Blue

📋 copy color: '#404070'

red 64 ◦ green 64 ◦ blue 112

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

Shades of Corn Flower Blue #404070

Tints of Corn Flower Blue #404070

RGB

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

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

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

R = 26.67%
G = 26.67%
B = 46.67%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404070 (or 0x404070) is known color: Corn Flower Blue. HEX triplet: 40, 40 and 70. RGB value is (64,64,112). Sum of RGB (Red+Green+Blue) = 64+64+112=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #404070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404070 is #BFBF8F. Grayscale: #454545. Windows color (decimal): -12566416 or 7356480. OLE color: 7356480.

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

Color convert

RGB 64 64 112 -
CMYK 0.43 0.43 0 0.56
HSL 240º 0.27% 0.35% -
HSV(B) 240º 0.43% 0.44% -
XYZ 6.87 5.93 16.11 -
YUV 69.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 64 64 112 0.43 0.43 0 0.56 240 0.27 0.35
Hex 40 40 70 2B 2B 0 38 F0 1B 23
Octal 100 100 160 53 53 0 70 360 33 43
Binary 1000000 1000000 1110000 101011 101011 0 111000 11110000 11011 100011

Color Harmonies of #404070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404070

Black with #404070

Text Example


Text Example

White with #404070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404070; }

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

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

background-color css

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

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

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

border-color css

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

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

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