Html Css Color HEX #405471 Chambray

📋 copy color: '#405471'

red 64 ◦ green 84 ◦ blue 113

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

Shades of Chambray #405471

Tints of Chambray #405471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 24.52%
G = 32.18%
B = 43.3%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405471 (or 0x405471) is known color: Chambray. HEX triplet: 40, 54 and 71. RGB value is (64,84,113). Sum of RGB (Red+Green+Blue) = 64+84+113=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #405471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405471 is #BFAB8E. Grayscale: #515151. Windows color (decimal): -12561295 or 7427136. OLE color: 7427136.

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

Color convert

RGB 64 84 113 -
CMYK 0.43 0.26 0 0.56
HSL 215.51º 0.28% 0.35% -
HSV(B) 215.51º 0.43% 0.44% -
XYZ 8.27 8.62 16.85 -
YUV 81.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 64 84 113 0.43 0.26 0 0.56 215.51 0.28 0.35
Hex 40 54 71 2B 1A 0 38 D8 1C 23
Octal 100 124 161 53 32 0 70 330 34 43
Binary 1000000 1010100 1110001 101011 11010 0 111000 11011000 11100 100011

Color Harmonies of #405471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405471

Black with #405471

Text Example


Text Example

White with #405471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405471; }

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

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

background-color css

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

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

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

border-color css

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

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

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