Html Css Color HEX #405776 Chambray

📋 copy color: '#405776'

red 64 ◦ green 87 ◦ blue 118

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

Shades of Chambray #405776

Tints of Chambray #405776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 23.79%
G = 32.34%
B = 43.87%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405776 (or 0x405776) is known color: Chambray. HEX triplet: 40, 57 and 76. RGB value is (64,87,118). Sum of RGB (Red+Green+Blue) = 64+87+118=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #405776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405776 is #BFA889. Grayscale: #535353. Windows color (decimal): -12560522 or 7755584. OLE color: 7755584.

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

Color convert

RGB 64 87 118 -
CMYK 0.46 0.26 0 0.54
HSL 214.44º 0.3% 0.36% -
HSV(B) 214.44º 0.46% 0.46% -
XYZ 8.79 9.21 18.45 -
YUV 83.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 64 87 118 0.46 0.26 0 0.54 214.44 0.3 0.36
Hex 40 57 76 2E 1A 0 36 D6 1E 24
Octal 100 127 166 56 32 0 66 326 36 44
Binary 1000000 1010111 1110110 101110 11010 0 110110 11010110 11110 100100

Color Harmonies of #405776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405776

Black with #405776

Text Example


Text Example

White with #405776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405776; }

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

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

background-color css

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

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

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

border-color css

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

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

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