Html Css Color HEX #485976 Chambray

📋 copy color: '#485976'

red 72 ◦ green 89 ◦ blue 118

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

Shades of Chambray #485976

Tints of Chambray #485976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 25.81%
G = 31.9%
B = 42.29%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485976 (or 0x485976) is known color: Chambray. HEX triplet: 48, 59 and 76. RGB value is (72,89,118). Sum of RGB (Red+Green+Blue) = 72+89+118=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #485976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485976 is #B7A689. Grayscale: #575757. Windows color (decimal): -12035722 or 7756104. OLE color: 7756104.

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

Color convert

RGB 72 89 118 -
CMYK 0.39 0.25 0 0.54
HSL 217.83º 0.24% 0.37% -
HSV(B) 217.83º 0.39% 0.46% -
XYZ 9.51 9.83 18.54 -
YUV 87.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 72 89 118 0.39 0.25 0 0.54 217.83 0.24 0.37
Hex 48 59 76 27 19 0 36 DA 18 25
Octal 110 131 166 47 31 0 66 332 30 45
Binary 1001000 1011001 1110110 100111 11001 0 110110 11011010 11000 100101

Color Harmonies of #485976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485976

Black with #485976

Text Example


Text Example

White with #485976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485976; }

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

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

background-color css

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

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

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

border-color css

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

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

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