Html Css Color HEX #405476 Chambray

📋 copy color: '#405476'

red 64 ◦ green 84 ◦ blue 118

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

Shades of Chambray #405476

Tints of Chambray #405476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

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

R = 24.06%
G = 31.58%
B = 44.36%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405476 (or 0x405476) is known color: Chambray. HEX triplet: 40, 54 and 76. RGB value is (64,84,118). Sum of RGB (Red+Green+Blue) = 64+84+118=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #405476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405476 is #BFAB89. Grayscale: #515151. Windows color (decimal): -12561290 or 7754816. OLE color: 7754816.

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

Color convert

RGB 64 84 118 -
CMYK 0.46 0.29 0 0.54
HSL 217.78º 0.3% 0.36% -
HSV(B) 217.78º 0.46% 0.46% -
XYZ 8.55 8.74 18.38 -
YUV 81.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 64 84 118 0.46 0.29 0 0.54 217.78 0.3 0.36
Hex 40 54 76 2E 1D 0 36 DA 1E 24
Octal 100 124 166 56 35 0 66 332 36 44
Binary 1000000 1010100 1110110 101110 11101 0 110110 11011010 11110 100100

Color Harmonies of #405476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405476

Black with #405476

Text Example


Text Example

White with #405476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405476; }

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

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

background-color css

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

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

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

border-color css

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

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

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