Html Css Color HEX #465970 Chambray

📋 copy color: '#465970'

red 70 ◦ green 89 ◦ blue 112

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

Shades of Chambray #465970

Tints of Chambray #465970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 25.83%
G = 32.84%
B = 41.33%

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

#465970 (or 0x465970) is known color: Chambray. HEX triplet: 46, 59 and 70. RGB value is (70,89,112). Sum of RGB (Red+Green+Blue) = 70+89+112=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #465970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465970 is #B9A68F. Grayscale: #555555. Windows color (decimal): -12166800 or 7362886. OLE color: 7362886.

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

Color convert

RGB 70 89 112 -
CMYK 0.38 0.21 0 0.56
HSL 212.86º 0.23% 0.36% -
HSV(B) 212.86º 0.38% 0.44% -
XYZ 9.02 9.62 16.71 -
YUV 85.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 70 89 112 0.38 0.21 0 0.56 212.86 0.23 0.36
Hex 46 59 70 26 15 0 38 D5 17 24
Octal 106 131 160 46 25 0 70 325 27 44
Binary 1000110 1011001 1110000 100110 10101 0 111000 11010101 10111 100100

Color Harmonies of #465970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465970

Black with #465970

Text Example


Text Example

White with #465970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465970; }

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

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

background-color css

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

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

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

border-color css

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

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

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