#485493

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

Shades of Governor Bay #485493

Tints of Governor Bay #485493

Color information

#485493 (or 0x485493) is unknown color: approx Governor Bay. HEX triplet: 48, 54 and 93. RGB value is (72,84,147). Sum of RGB (Red+Green+Blue) = 72+84+147=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #485493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485493 is #B7AB6C. Grayscale: #575757. Windows color (decimal): -12036973 or 9655368. OLE color: 9655368.

HSL color Cylindrical-coordinate representation of color #485493: hue angle of 230.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #485493 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7284147-
CMYK0.510.4300.42
HSL230.4º34.25%42.94%-
HSV(B)230.4º51.02%57.65%-
XYZ11.119.8228.91-
YUV87.59161.52116.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=23.76%
G=27.72%
B=48.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72841470.510.4300.42230.434.2542.94
Hex485493332B02Ae6222b
Octal11012422363530523464253
Binary1001000101010010010011110011101011010101011100110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485493; }

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

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

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

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

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

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

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

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