Html Css Color HEX #485776 Chambray

📋 copy color: '#485776'

red 72 ◦ green 87 ◦ blue 118

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

Shades of Chambray #485776

Tints of Chambray #485776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 25.99%
G = 31.41%
B = 42.6%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485776 (or 0x485776) is known color: Chambray. HEX triplet: 48, 57 and 76. RGB value is (72,87,118). Sum of RGB (Red+Green+Blue) = 72+87+118=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #485776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485776 is #B7A889. Grayscale: #555555. Windows color (decimal): -12036234 or 7755592. OLE color: 7755592.

HSL color Cylindrical-coordinate representation of color #485776: hue angle of 220.43º 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 #485776 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 87 118 -
CMYK 0.39 0.26 0 0.54
HSL 220.43º 0.24% 0.37% -
HSV(B) 220.43º 0.39% 0.46% -
XYZ 9.35 9.5 18.48 -
YUV 86.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 72 87 118 0.39 0.26 0 0.54 220.43 0.24 0.37
Hex 48 57 76 27 1A 0 36 DC 18 25
Octal 110 127 166 47 32 0 66 334 30 45
Binary 1001000 1010111 1110110 100111 11010 0 110110 11011100 11000 100101

Color Harmonies of #485776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485776

Black with #485776

Text Example


Text Example

White with #485776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485776; }

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

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

background-color css

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

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

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

border-color css

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

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

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