Html Css Color HEX #465971 Chambray

📋 copy color: '#465971'

red 70 ◦ green 89 ◦ blue 113

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

Shades of Chambray #465971

Tints of Chambray #465971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.72%

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

R = 25.74%
G = 32.72%
B = 41.54%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465971 (or 0x465971) is known color: Chambray. HEX triplet: 46, 59 and 71. RGB value is (70,89,113). Sum of RGB (Red+Green+Blue) = 70+89+113=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #465971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465971 is #B9A68E. Grayscale: #555555. Windows color (decimal): -12166799 or 7428422. OLE color: 7428422.

HSL color Cylindrical-coordinate representation of color #465971: hue angle of 213.49º 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 #465971 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 89 113 -
CMYK 0.38 0.21 0 0.56
HSL 213.49º 0.23% 0.36% -
HSV(B) 213.49º 0.38% 0.44% -
XYZ 9.08 9.64 17 -
YUV 86.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 70 89 113 0.38 0.21 0 0.56 213.49 0.23 0.36
Hex 46 59 71 26 15 0 38 D5 17 24
Octal 106 131 161 46 25 0 70 325 27 44
Binary 1000110 1011001 1110001 100110 10101 0 111000 11010101 10111 100100

Color Harmonies of #465971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465971

Black with #465971

Text Example


Text Example

White with #465971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465971; }

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

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

background-color css

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

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

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

border-color css

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

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

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