Html Css Color HEX #485977 Chambray

📋 copy color: '#485977'

red 72 ◦ green 89 ◦ blue 119

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

Shades of Chambray #485977

Tints of Chambray #485977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.5%

R = 25.71%
G = 31.79%
B = 42.5%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485977 (or 0x485977) is known color: Chambray. HEX triplet: 48, 59 and 77. RGB value is (72,89,119). Sum of RGB (Red+Green+Blue) = 72+89+119=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #485977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485977 is #B7A688. Grayscale: #575757. Windows color (decimal): -12035721 or 7821640. OLE color: 7821640.

HSL color Cylindrical-coordinate representation of color #485977: hue angle of 218.3º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485977 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 89 119 -
CMYK 0.39 0.25 0 0.53
HSL 218.3º 0.25% 0.37% -
HSV(B) 218.3º 0.39% 0.47% -
XYZ 9.57 9.85 18.85 -
YUV 87.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 72 89 119 0.39 0.25 0 0.53 218.3 0.25 0.37
Hex 48 59 77 27 19 0 35 DA 19 25
Octal 110 131 167 47 31 0 65 332 31 45
Binary 1001000 1011001 1110111 100111 11001 0 110101 11011010 11001 100101

Color Harmonies of #485977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485977

Black with #485977

Text Example


Text Example

White with #485977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485977; }

 p { color: rgb(72,89,119); }

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

background-color css

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

 a { background-color: rgb(72,89,119); }

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

border-color css

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

 span { border-color: rgb(72,89,119); }

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