Html Css Color HEX #465571 Chambray

📋 copy color: '#465571'

red 70 ◦ green 85 ◦ blue 113

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

Shades of Chambray #465571

Tints of Chambray #465571

RGB

 RED value IS 70 (27.73% from 255) = 26.12%

 GREEN value IS 85 (33.59% from 255) = 31.72%

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

R = 26.12%
G = 31.72%
B = 42.16%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465571 (or 0x465571) is known color: Chambray. HEX triplet: 46, 55 and 71. RGB value is (70,85,113). Sum of RGB (Red+Green+Blue) = 70+85+113=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #465571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465571 is #B9AA8E. Grayscale: #535353. Windows color (decimal): -12167823 or 7427398. OLE color: 7427398.

HSL color Cylindrical-coordinate representation of color #465571: hue angle of 219.07º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465571 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 85 113 -
CMYK 0.38 0.25 0 0.56
HSL 219.07º 0.23% 0.36% -
HSV(B) 219.07º 0.38% 0.44% -
XYZ 8.75 8.99 16.9 -
YUV 83.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 70 85 113 0.38 0.25 0 0.56 219.07 0.23 0.36
Hex 46 55 71 26 19 0 38 DB 17 24
Octal 106 125 161 46 31 0 70 333 27 44
Binary 1000110 1010101 1110001 100110 11001 0 111000 11011011 10111 100100

Color Harmonies of #465571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465571

Black with #465571

Text Example


Text Example

White with #465571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465571; }

 p { color: rgb(70,85,113); }

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

background-color css

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

 a { background-color: rgb(70,85,113); }

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

border-color css

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

 span { border-color: rgb(70,85,113); }

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