Html Css Color HEX #405676 Chambray

📋 copy color: '#405676'

red 64 ◦ green 86 ◦ blue 118

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

Shades of Chambray #405676

Tints of Chambray #405676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

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

R = 23.88%
G = 32.09%
B = 44.03%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405676 (or 0x405676) is known color: Chambray. HEX triplet: 40, 56 and 76. RGB value is (64,86,118). Sum of RGB (Red+Green+Blue) = 64+86+118=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #405676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405676 is #BFA989. Grayscale: #525252. Windows color (decimal): -12560778 or 7755328. OLE color: 7755328.

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

Color convert

RGB 64 86 118 -
CMYK 0.46 0.27 0 0.54
HSL 215.56º 0.3% 0.36% -
HSV(B) 215.56º 0.46% 0.46% -
XYZ 8.71 9.05 18.43 -
YUV 83.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 64 86 118 0.46 0.27 0 0.54 215.56 0.3 0.36
Hex 40 56 76 2E 1B 0 36 D8 1E 24
Octal 100 126 166 56 33 0 66 330 36 44
Binary 1000000 1010110 1110110 101110 11011 0 110110 11011000 11110 100100

Color Harmonies of #405676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405676

Black with #405676

Text Example


Text Example

White with #405676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405676; }

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

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

background-color css

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

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

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

border-color css

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

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

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