Html Css Color HEX #404573 Corn Flower Blue

📋 copy color: '#404573'

red 64 ◦ green 69 ◦ blue 115

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

Shades of Corn Flower Blue #404573

Tints of Corn Flower Blue #404573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 25.81%
G = 27.82%
B = 46.37%

CMYK

 C value IS 0.44

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#404573 (or 0x404573) is known color: Corn Flower Blue. HEX triplet: 40, 45 and 73. RGB value is (64,69,115). Sum of RGB (Red+Green+Blue) = 64+69+115=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #404573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404573 is #BFBA8C. Grayscale: #484848. Windows color (decimal): -12565133 or 7554368. OLE color: 7554368.

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

Color convert

RGB 64 69 115 -
CMYK 0.44 0.4 0 0.55
HSL 234.12º 0.28% 0.35% -
HSV(B) 234.12º 0.44% 0.45% -
XYZ 7.34 6.58 17.1 -
YUV 72.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 64 69 115 0.44 0.4 0 0.55 234.12 0.28 0.35
Hex 40 45 73 2C 28 0 37 EA 1C 23
Octal 100 105 163 54 50 0 67 352 34 43
Binary 1000000 1000101 1110011 101100 101000 0 110111 11101010 11100 100011

Color Harmonies of #404573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404573

Black with #404573

Text Example


Text Example

White with #404573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404573; }

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

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

background-color css

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

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

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

border-color css

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

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

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