#485495

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

Shades of Governor Bay #485495

Tints of Governor Bay #485495

Color information

#485495 (or 0x485495) is unknown color: approx Governor Bay. HEX triplet: 48, 54 and 95. RGB value is (72,84,149). Sum of RGB (Red+Green+Blue) = 72+84+149=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #485495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485495 is #B7AB6A. Grayscale: #575757. Windows color (decimal): -12036971 or 9786440. OLE color: 9786440.

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

Color convert

RGB7284149-
CMYK0.520.4400.42
HSL230.65º34.84%43.33%-
HSV(B)230.65º51.68%58.43%-
XYZ11.279.8929.75-
YUV87.82162.52116.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=23.61%
G=27.54%
B=48.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72841490.520.4400.42230.6534.8443.33
Hex485495342C02Ae7232b
Octal11012422564540523474353
Binary1001000101010010010101110100101100010101011100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485495; }

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

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

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

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

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

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

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

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