Html Css Color HEX #485A70 Chambray

📋 copy color: '#485A70'

red 72 ◦ green 90 ◦ blue 112

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

Shades of Chambray #485A70

Tints of Chambray #485A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

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

R = 26.28%
G = 32.85%
B = 40.88%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#485A70 (or 0x485A70) is known color: Chambray. HEX triplet: 48, 5A and 70. RGB value is (72,90,112). Sum of RGB (Red+Green+Blue) = 72+90+112=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #485A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A70 is #B7A58F. Grayscale: #575757. Windows color (decimal): -12035472 or 7363144. OLE color: 7363144.

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

Color convert

RGB 72 90 112 -
CMYK 0.36 0.20 0 0.56
HSL 213º 0.22% 0.36% -
HSV(B) 213º 0.36% 0.44% -
XYZ 9.25 9.86 16.74 -
YUV 87.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 72 90 112 0.36 0.20 0 0.56 213 0.22 0.36
Hex 48 5A 70 24 14 0 38 D5 16 24
Octal 110 132 160 44 24 0 70 325 26 44
Binary 1001000 1011010 1110000 100100 10100 0 111000 11010101 10110 100100

Color Harmonies of #485A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A70

Black with #485A70

Text Example


Text Example

White with #485A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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