Html Css Color HEX #404373 Corn Flower Blue

📋 copy color: '#404373'

red 64 ◦ green 67 ◦ blue 115

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

Shades of Corn Flower Blue #404373

Tints of Corn Flower Blue #404373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 26.02%
G = 27.24%
B = 46.75%

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

#404373 (or 0x404373) is known color: Corn Flower Blue. HEX triplet: 40, 43 and 73. RGB value is (64,67,115). Sum of RGB (Red+Green+Blue) = 64+67+115=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #404373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404373 is #BFBC8C. Grayscale: #474747. Windows color (decimal): -12565645 or 7553856. OLE color: 7553856.

HSL color Cylindrical-coordinate representation of color #404373: hue angle of 236.47º 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 #404373 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 67 115 -
CMYK 0.44 0.42 0 0.55
HSL 236.47º 0.28% 0.35% -
HSV(B) 236.47º 0.44% 0.45% -
XYZ 7.22 6.34 17.06 -
YUV 71.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 64 67 115 0.44 0.42 0 0.55 236.47 0.28 0.35
Hex 40 43 73 2C 2A 0 37 EC 1C 23
Octal 100 103 163 54 52 0 67 354 34 43
Binary 1000000 1000011 1110011 101100 101010 0 110111 11101100 11100 100011

Color Harmonies of #404373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404373

Black with #404373

Text Example


Text Example

White with #404373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404373; }

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

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

background-color css

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

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

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

border-color css

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

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

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