Html Css Color HEX #405976 Chambray

📋 copy color: '#405976'

red 64 ◦ green 89 ◦ blue 118

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

Shades of Chambray #405976

Tints of Chambray #405976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 23.62%
G = 32.84%
B = 43.54%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405976 (or 0x405976) is known color: Chambray. HEX triplet: 40, 59 and 76. RGB value is (64,89,118). Sum of RGB (Red+Green+Blue) = 64+89+118=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #405976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405976 is #BFA689. Grayscale: #545454. Windows color (decimal): -12560010 or 7756096. OLE color: 7756096.

HSL color Cylindrical-coordinate representation of color #405976: hue angle of 212.22º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #405976 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 89 118 -
CMYK 0.46 0.25 0 0.54
HSL 212.22º 0.3% 0.36% -
HSV(B) 212.22º 0.46% 0.46% -
XYZ 8.96 9.54 18.51 -
YUV 84.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 64 89 118 0.46 0.25 0 0.54 212.22 0.3 0.36
Hex 40 59 76 2E 19 0 36 D4 1E 24
Octal 100 131 166 56 31 0 66 324 36 44
Binary 1000000 1011001 1110110 101110 11001 0 110110 11010100 11110 100100

Color Harmonies of #405976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405976

Black with #405976

Text Example


Text Example

White with #405976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405976; }

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

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

background-color css

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

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

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

border-color css

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

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

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