#485481

Color #485481 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #485481

Tints of Chambray #485481

Color information

#485481 (or 0x485481) is unknown color: approx Chambray. HEX triplet: 48, 54 and 81. RGB value is (72,84,129). Sum of RGB (Red+Green+Blue) = 72+84+129=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #485481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485481 is #B7AB7E. Grayscale: #555555. Windows color (decimal): -12036991 or 8475720. OLE color: 8475720.

HSL color Cylindrical-coordinate representation of color #485481: hue angle of 227.37º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485481 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7284129-
CMYK0.440.3500.49
HSL227.37º28.36%39.41%-
HSV(B)227.37º44.19%50.59%-
XYZ9.819.322.05-
YUV85.54152.52118.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=25.26%
G=29.47%
B=45.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72841290.440.3500.49227.3728.3639.41
Hex4854812C23031e31c27
Octal11012420154430613433447
Binary100100010101001000000110110010001101100011110001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485481; }

 p { color: rgb(72,84,129); }

 H1.HeaderClassName
 {
   color: #485481;
 }
 .AnyTagClassName
 {
   color: #485481;
 }
</style>
background-color css

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

 a { background-color: rgb(72,84,129); }

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

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

 span { border-color: rgb(72,84,129); }

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