Html Css Color HEX #405877 Chambray

📋 copy color: '#405877'

red 64 ◦ green 88 ◦ blue 119

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

Shades of Chambray #405877

Tints of Chambray #405877

RGB

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

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

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

R = 23.62%
G = 32.47%
B = 43.91%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#405877 (or 0x405877) is known color: Chambray. HEX triplet: 40, 58 and 77. RGB value is (64,88,119). Sum of RGB (Red+Green+Blue) = 64+88+119=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #405877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405877 is #BFA788. Grayscale: #545454. Windows color (decimal): -12560265 or 7821376. OLE color: 7821376.

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

Color convert

RGB 64 88 119 -
CMYK 0.46 0.26 0 0.53
HSL 213.82º 0.3% 0.36% -
HSV(B) 213.82º 0.46% 0.47% -
XYZ 8.93 9.4 18.8 -
YUV 84.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 64 88 119 0.46 0.26 0 0.53 213.82 0.3 0.36
Hex 40 58 77 2E 1A 0 35 D6 1E 24
Octal 100 130 167 56 32 0 65 326 36 44
Binary 1000000 1011000 1110111 101110 11010 0 110101 11010110 11110 100100

Color Harmonies of #405877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405877

Black with #405877

Text Example


Text Example

White with #405877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405877; }

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

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

background-color css

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

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

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

border-color css

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

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

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