Html Css Color HEX #405473 Chambray

📋 copy color: '#405473'

red 64 ◦ green 84 ◦ blue 115

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

Shades of Chambray #405473

Tints of Chambray #405473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 24.33%
G = 31.94%
B = 43.73%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#405473 (or 0x405473) is known color: Chambray. HEX triplet: 40, 54 and 73. RGB value is (64,84,115). Sum of RGB (Red+Green+Blue) = 64+84+115=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #405473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405473 is #BFAB8C. Grayscale: #515151. Windows color (decimal): -12561293 or 7558208. OLE color: 7558208.

HSL color Cylindrical-coordinate representation of color #405473: hue angle of 216.47º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #405473 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 84 115 -
CMYK 0.44 0.27 0 0.55
HSL 216.47º 0.28% 0.35% -
HSV(B) 216.47º 0.44% 0.45% -
XYZ 8.38 8.67 17.45 -
YUV 81.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 64 84 115 0.44 0.27 0 0.55 216.47 0.28 0.35
Hex 40 54 73 2C 1B 0 37 D8 1C 23
Octal 100 124 163 54 33 0 67 330 34 43
Binary 1000000 1010100 1110011 101100 11011 0 110111 11011000 11100 100011

Color Harmonies of #405473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405473

Black with #405473

Text Example


Text Example

White with #405473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405473; }

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

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

background-color css

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

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

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

border-color css

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

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

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