Html Css Color HEX #485D70 Chambray

📋 copy color: '#485D70'

red 72 ◦ green 93 ◦ blue 112

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

Shades of Chambray #485D70

Tints of Chambray #485D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.57%

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

R = 25.99%
G = 33.57%
B = 40.43%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485D70 (or 0x485D70) is known color: Chambray. HEX triplet: 48, 5D and 70. RGB value is (72,93,112). Sum of RGB (Red+Green+Blue) = 72+93+112=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #485D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D70 is #B7A28F. Grayscale: #585858. Windows color (decimal): -12034704 or 7363912. OLE color: 7363912.

HSL color Cylindrical-coordinate representation of color #485D70: hue angle of 208.5º 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 #485D70 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 93 112 -
CMYK 0.36 0.17 0 0.56
HSL 208.5º 0.22% 0.36% -
HSV(B) 208.5º 0.36% 0.44% -
XYZ 9.51 10.38 16.83 -
YUV 88.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 72 93 112 0.36 0.17 0 0.56 208.5 0.22 0.36
Hex 48 5D 70 24 11 0 38 D0 16 24
Octal 110 135 160 44 21 0 70 320 26 44
Binary 1001000 1011101 1110000 100100 10001 0 111000 11010000 10110 100100

Color Harmonies of #485D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D70

Black with #485D70

Text Example


Text Example

White with #485D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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