Html Css Color HEX #485870 Chambray

📋 copy color: '#485870'

red 72 ◦ green 88 ◦ blue 112

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

Shades of Chambray #485870

Tints of Chambray #485870

RGB

 RED value IS 72 (28.52% from 255) = 26.47%

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

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

R = 26.47%
G = 32.35%
B = 41.18%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485870 (or 0x485870) is known color: Chambray. HEX triplet: 48, 58 and 70. RGB value is (72,88,112). Sum of RGB (Red+Green+Blue) = 72+88+112=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #485870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485870 is #B7A78F. Grayscale: #555555. Windows color (decimal): -12035984 or 7362632. OLE color: 7362632.

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

Color convert

RGB 72 88 112 -
CMYK 0.36 0.21 0 0.56
HSL 216º 0.22% 0.36% -
HSV(B) 216º 0.36% 0.44% -
XYZ 9.09 9.53 16.69 -
YUV 85.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 72 88 112 0.36 0.21 0 0.56 216 0.22 0.36
Hex 48 58 70 24 15 0 38 D8 16 24
Octal 110 130 160 44 25 0 70 330 26 44
Binary 1001000 1011000 1110000 100100 10101 0 111000 11011000 10110 100100

Color Harmonies of #485870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485870

Black with #485870

Text Example


Text Example

White with #485870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485870; }

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

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

background-color css

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

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

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

border-color css

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

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

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