Html Css Color HEX #405975 Chambray

📋 copy color: '#405975'

red 64 ◦ green 89 ◦ blue 117

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

Shades of Chambray #405975

Tints of Chambray #405975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

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

R = 23.7%
G = 32.96%
B = 43.33%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405975 (or 0x405975) is known color: Chambray. HEX triplet: 40, 59 and 75. RGB value is (64,89,117). Sum of RGB (Red+Green+Blue) = 64+89+117=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #405975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405975 is #BFA68A. Grayscale: #545454. Windows color (decimal): -12560011 or 7690560. OLE color: 7690560.

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

Color convert

RGB 64 89 117 -
CMYK 0.45 0.24 0 0.54
HSL 211.7º 0.29% 0.35% -
HSV(B) 211.7º 0.45% 0.46% -
XYZ 8.9 9.52 18.2 -
YUV 84.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 64 89 117 0.45 0.24 0 0.54 211.7 0.29 0.35
Hex 40 59 75 2D 18 0 36 D4 1D 23
Octal 100 131 165 55 30 0 66 324 35 43
Binary 1000000 1011001 1110101 101101 11000 0 110110 11010100 11101 100011

Color Harmonies of #405975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405975

Black with #405975

Text Example


Text Example

White with #405975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405975; }

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

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

background-color css

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

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

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

border-color css

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

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

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