Html Css Color HEX #405472 Chambray

📋 copy color: '#405472'

red 64 ◦ green 84 ◦ blue 114

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

Shades of Chambray #405472

Tints of Chambray #405472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 24.43%
G = 32.06%
B = 43.51%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#405472 (or 0x405472) is known color: Chambray. HEX triplet: 40, 54 and 72. RGB value is (64,84,114). Sum of RGB (Red+Green+Blue) = 64+84+114=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #405472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405472 is #BFAB8D. Grayscale: #515151. Windows color (decimal): -12561294 or 7492672. OLE color: 7492672.

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

Color convert

RGB 64 84 114 -
CMYK 0.44 0.26 0 0.55
HSL 216º 0.28% 0.35% -
HSV(B) 216º 0.44% 0.45% -
XYZ 8.32 8.65 17.15 -
YUV 81.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 64 84 114 0.44 0.26 0 0.55 216 0.28 0.35
Hex 40 54 72 2C 1A 0 37 D8 1C 23
Octal 100 124 162 54 32 0 67 330 34 43
Binary 1000000 1010100 1110010 101100 11010 0 110111 11011000 11100 100011

Color Harmonies of #405472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405472

Black with #405472

Text Example


Text Example

White with #405472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405472; }

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

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

background-color css

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

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

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

border-color css

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

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

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