Html Css Color HEX #405876 Chambray

📋 copy color: '#405876'

red 64 ◦ green 88 ◦ blue 118

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

Shades of Chambray #405876

Tints of Chambray #405876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

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

R = 23.7%
G = 32.59%
B = 43.7%

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

#405876 (or 0x405876) is known color: Chambray. HEX triplet: 40, 58 and 76. RGB value is (64,88,118). Sum of RGB (Red+Green+Blue) = 64+88+118=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #405876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405876 is #BFA789. Grayscale: #545454. Windows color (decimal): -12560266 or 7755840. OLE color: 7755840.

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

Color convert

RGB 64 88 118 -
CMYK 0.46 0.25 0 0.54
HSL 213.33º 0.3% 0.36% -
HSV(B) 213.33º 0.46% 0.46% -
XYZ 8.87 9.38 18.48 -
YUV 84.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 64 88 118 0.46 0.25 0 0.54 213.33 0.3 0.36
Hex 40 58 76 2E 19 0 36 D5 1E 24
Octal 100 130 166 56 31 0 66 325 36 44
Binary 1000000 1011000 1110110 101110 11001 0 110110 11010101 11110 100100

Color Harmonies of #405876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405876

Black with #405876

Text Example


Text Example

White with #405876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405876; }

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

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

background-color css

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

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

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

border-color css

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

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

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