Html Css Color HEX #405A76 Chambray

📋 copy color: '#405A76'

red 64 ◦ green 90 ◦ blue 118

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

Shades of Chambray #405A76

Tints of Chambray #405A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

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

R = 23.53%
G = 33.09%
B = 43.38%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405A76 (or 0x405A76) is known color: Chambray. HEX triplet: 40, 5A and 76. RGB value is (64,90,118). Sum of RGB (Red+Green+Blue) = 64+90+118=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #405A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A76 is #BFA589. Grayscale: #555555. Windows color (decimal): -12559754 or 7756352. OLE color: 7756352.

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

Color convert

RGB 64 90 118 -
CMYK 0.46 0.24 0 0.54
HSL 211.11º 0.3% 0.36% -
HSV(B) 211.11º 0.46% 0.46% -
XYZ 9.04 9.71 18.54 -
YUV 85.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 64 90 118 0.46 0.24 0 0.54 211.11 0.3 0.36
Hex 40 5A 76 2E 18 0 36 D3 1E 24
Octal 100 132 166 56 30 0 66 323 36 44
Binary 1000000 1011010 1110110 101110 11000 0 110110 11010011 11110 100100

Color Harmonies of #405A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405A76

Black with #405A76

Text Example


Text Example

White with #405A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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