#485A8A

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

Shades of Chambray #485A8A

Tints of Chambray #485A8A

Color information

#485A8A (or 0x485A8A) is unknown color: approx Chambray. HEX triplet: 48, 5A and 8A. RGB value is (72,90,138). Sum of RGB (Red+Green+Blue) = 72+90+138=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #485A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485A8A is #B7A575. Grayscale: #595959. Windows color (decimal): -12035446 or 9067080. OLE color: 9067080.

HSL color Cylindrical-coordinate representation of color #485A8A: hue angle of 223.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #485A8A is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7290138-
CMYK0.480.3500.46
HSL223.64º31.43%41.18%-
HSV(B)223.64º47.83%54.12%-
XYZ10.9210.5325.5-
YUV90.09155.04115.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 138 (54.30% from 255) = 46%
R=24%
G=30%
B=46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72901380.480.3500.46223.6431.4341.18
Hex485A8A302302Ee01f29
Octal11013221260430563403751
Binary100100010110101000101011000010001101011101110000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485A8A; }

 p { color: rgb(72,90,138); }

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

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

 a { background-color: rgb(72,90,138); }

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

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

 span { border-color: rgb(72,90,138); }

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