#485390

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

Shades of Governor Bay #485390

Tints of Governor Bay #485390

Color information

#485390 (or 0x485390) is unknown color: approx Governor Bay. HEX triplet: 48, 53 and 90. RGB value is (72,83,144). Sum of RGB (Red+Green+Blue) = 72+83+144=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #485390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485390 is #B7AC6F. Grayscale: #565656. Windows color (decimal): -12037232 or 9458504. OLE color: 9458504.

HSL color Cylindrical-coordinate representation of color #485390: hue angle of 230.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #485390 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7283144-
CMYK0.500.4200.44
HSL230.83º33.33%42.35%-
HSV(B)230.83º50%56.47%-
XYZ10.89.5827.67-
YUV86.66160.36117.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=24.08%
G=27.76%
B=48.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72831440.500.4200.44230.8333.3342.35
Hex485390322A02Ce7212a
Octal11012322062520543474152
Binary1001000101001110010000110010101010010110011100111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485390; }

 p { color: rgb(72,83,144); }

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

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

 a { background-color: rgb(72,83,144); }

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

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

 span { border-color: rgb(72,83,144); }

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