Html Css Color HEX #465870 Chambray

📋 copy color: '#465870'

red 70 ◦ green 88 ◦ blue 112

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

Shades of Chambray #465870

Tints of Chambray #465870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

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

R = 25.93%
G = 32.59%
B = 41.48%

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

#465870 (or 0x465870) is known color: Chambray. HEX triplet: 46, 58 and 70. RGB value is (70,88,112). Sum of RGB (Red+Green+Blue) = 70+88+112=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #465870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465870 is #B9A78F. Grayscale: #555555. Windows color (decimal): -12167056 or 7362630. OLE color: 7362630.

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

Color convert

RGB 70 88 112 -
CMYK 0.38 0.21 0 0.56
HSL 214.29º 0.23% 0.36% -
HSV(B) 214.29º 0.38% 0.44% -
XYZ 8.94 9.45 16.68 -
YUV 85.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 70 88 112 0.38 0.21 0 0.56 214.29 0.23 0.36
Hex 46 58 70 26 15 0 38 D6 17 24
Octal 106 130 160 46 25 0 70 326 27 44
Binary 1000110 1011000 1110000 100110 10101 0 111000 11010110 10111 100100

Color Harmonies of #465870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465870

Black with #465870

Text Example


Text Example

White with #465870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465870; }

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

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

background-color css

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

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

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

border-color css

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

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

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