Html Css Color HEX #405677 Chambray

📋 copy color: '#405677'

red 64 ◦ green 86 ◦ blue 119

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

Shades of Chambray #405677

Tints of Chambray #405677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 23.79%
G = 31.97%
B = 44.24%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405677 (or 0x405677) is known color: Chambray. HEX triplet: 40, 56 and 77. RGB value is (64,86,119). Sum of RGB (Red+Green+Blue) = 64+86+119=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #405677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405677 is #BFA988. Grayscale: #535353. Windows color (decimal): -12560777 or 7820864. OLE color: 7820864.

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

Color convert

RGB 64 86 119 -
CMYK 0.46 0.28 0 0.53
HSL 216º 0.3% 0.36% -
HSV(B) 216º 0.46% 0.47% -
XYZ 8.77 9.08 18.74 -
YUV 83.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 64 86 119 0.46 0.28 0 0.53 216 0.3 0.36
Hex 40 56 77 2E 1C 0 35 D8 1E 24
Octal 100 126 167 56 34 0 65 330 36 44
Binary 1000000 1010110 1110111 101110 11100 0 110101 11011000 11110 100100

Color Harmonies of #405677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405677

Black with #405677

Text Example


Text Example

White with #405677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405677; }

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

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

background-color css

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

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

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

border-color css

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

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

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