Html Css Color HEX #404575 Corn Flower Blue

📋 copy color: '#404575'

red 64 ◦ green 69 ◦ blue 117

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

Shades of Corn Flower Blue #404575

Tints of Corn Flower Blue #404575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 25.6%
G = 27.6%
B = 46.8%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404575 (or 0x404575) is known color: Corn Flower Blue. HEX triplet: 40, 45 and 75. RGB value is (64,69,117). Sum of RGB (Red+Green+Blue) = 64+69+117=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #404575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404575 is #BFBA8A. Grayscale: #484848. Windows color (decimal): -12565131 or 7685440. OLE color: 7685440.

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

Color convert

RGB 64 69 117 -
CMYK 0.45 0.41 0 0.54
HSL 234.34º 0.29% 0.35% -
HSV(B) 234.34º 0.45% 0.46% -
XYZ 7.45 6.63 17.72 -
YUV 72.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 64 69 117 0.45 0.41 0 0.54 234.34 0.29 0.35
Hex 40 45 75 2D 29 0 36 EA 1D 23
Octal 100 105 165 55 51 0 66 352 35 43
Binary 1000000 1000101 1110101 101101 101001 0 110110 11101010 11101 100011

Color Harmonies of #404575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404575

Black with #404575

Text Example


Text Example

White with #404575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404575; }

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

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

background-color css

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

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

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

border-color css

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

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

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