Html Css Color HEX #404376 Corn Flower Blue

📋 copy color: '#404376'

red 64 ◦ green 67 ◦ blue 118

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

Shades of Corn Flower Blue #404376

Tints of Corn Flower Blue #404376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

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

R = 25.7%
G = 26.91%
B = 47.39%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404376 (or 0x404376) is known color: Corn Flower Blue. HEX triplet: 40, 43 and 76. RGB value is (64,67,118). Sum of RGB (Red+Green+Blue) = 64+67+118=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #404376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404376 is #BFBC89. Grayscale: #474747. Windows color (decimal): -12565642 or 7750464. OLE color: 7750464.

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

Color convert

RGB 64 67 118 -
CMYK 0.46 0.43 0 0.54
HSL 236.67º 0.3% 0.36% -
HSV(B) 236.67º 0.46% 0.46% -
XYZ 7.39 6.41 17.99 -
YUV 71.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 64 67 118 0.46 0.43 0 0.54 236.67 0.3 0.36
Hex 40 43 76 2E 2B 0 36 ED 1E 24
Octal 100 103 166 56 53 0 66 355 36 44
Binary 1000000 1000011 1110110 101110 101011 0 110110 11101101 11110 100100

Color Harmonies of #404376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404376

Black with #404376

Text Example


Text Example

White with #404376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404376; }

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

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

background-color css

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

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

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

border-color css

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

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

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