Html Css Color HEX #404076 Corn Flower Blue

📋 copy color: '#404076'

red 64 ◦ green 64 ◦ blue 118

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

Shades of Corn Flower Blue #404076

Tints of Corn Flower Blue #404076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 26.02%
G = 26.02%
B = 47.97%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404076 (or 0x404076) is known color: Corn Flower Blue. HEX triplet: 40, 40 and 76. RGB value is (64,64,118). Sum of RGB (Red+Green+Blue) = 64+64+118=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #404076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404076 is #BFBF89. Grayscale: #454545. Windows color (decimal): -12566410 or 7749696. OLE color: 7749696.

HSL color Cylindrical-coordinate representation of color #404076: hue angle of 240º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404076 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 64 118 -
CMYK 0.46 0.46 0 0.54
HSL 240º 0.3% 0.36% -
HSV(B) 240º 0.46% 0.46% -
XYZ 7.22 6.06 17.93 -
YUV 70.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 64 64 118 0.46 0.46 0 0.54 240 0.3 0.36
Hex 40 40 76 2E 2E 0 36 F0 1E 24
Octal 100 100 166 56 56 0 66 360 36 44
Binary 1000000 1000000 1110110 101110 101110 0 110110 11110000 11110 100100

Color Harmonies of #404076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404076

Black with #404076

Text Example


Text Example

White with #404076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404076; }

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

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

background-color css

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

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

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

border-color css

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

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

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