Html Css Color HEX #485979 Chambray

📋 copy color: '#485979'

red 72 ◦ green 89 ◦ blue 121

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

Shades of Chambray #485979

Tints of Chambray #485979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.91%

R = 25.53%
G = 31.56%
B = 42.91%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485979 (or 0x485979) is known color: Chambray. HEX triplet: 48, 59 and 79. RGB value is (72,89,121). Sum of RGB (Red+Green+Blue) = 72+89+121=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #485979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485979 is #B7A686. Grayscale: #575757. Windows color (decimal): -12035719 or 7952712. OLE color: 7952712.

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

Color convert

RGB 72 89 121 -
CMYK 0.40 0.26 0 0.53
HSL 219.18º 0.25% 0.38% -
HSV(B) 219.18º 0.4% 0.47% -
XYZ 9.7 9.9 19.49 -
YUV 87.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 72 89 121 0.40 0.26 0 0.53 219.18 0.25 0.38
Hex 48 59 79 28 1A 0 35 DB 19 26
Octal 110 131 171 50 32 0 65 333 31 46
Binary 1001000 1011001 1111001 101000 11010 0 110101 11011011 11001 100110

Color Harmonies of #485979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485979

Black with #485979

Text Example


Text Example

White with #485979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485979; }

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

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

background-color css

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

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

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

border-color css

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

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

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