Html Css Color HEX #404075 Corn Flower Blue

📋 copy color: '#404075'

red 64 ◦ green 64 ◦ blue 117

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

Shades of Corn Flower Blue #404075

Tints of Corn Flower Blue #404075

RGB

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

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

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

R = 26.12%
G = 26.12%
B = 47.76%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404075 (or 0x404075) is known color: Corn Flower Blue. HEX triplet: 40, 40 and 75. RGB value is (64,64,117). Sum of RGB (Red+Green+Blue) = 64+64+117=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #404075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404075 is #BFBF8A. Grayscale: #454545. Windows color (decimal): -12566411 or 7684160. OLE color: 7684160.

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

Color convert

RGB 64 64 117 -
CMYK 0.45 0.45 0 0.54
HSL 240º 0.29% 0.35% -
HSV(B) 240º 0.45% 0.46% -
XYZ 7.16 6.04 17.62 -
YUV 70.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 64 64 117 0.45 0.45 0 0.54 240 0.29 0.35
Hex 40 40 75 2D 2D 0 36 F0 1D 23
Octal 100 100 165 55 55 0 66 360 35 43
Binary 1000000 1000000 1110101 101101 101101 0 110110 11110000 11101 100011

Color Harmonies of #404075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404075

Black with #404075

Text Example


Text Example

White with #404075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404075; }

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

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

background-color css

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

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

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

border-color css

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

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

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