#485594

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

Shades of Governor Bay #485594

Tints of Governor Bay #485594

Color information

#485594 (or 0x485594) is unknown color: approx Governor Bay. HEX triplet: 48, 55 and 94. RGB value is (72,85,148). Sum of RGB (Red+Green+Blue) = 72+85+148=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #485594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485594 is #B7AA6B. Grayscale: #585858. Windows color (decimal): -12036716 or 9721160. OLE color: 9721160.

HSL color Cylindrical-coordinate representation of color #485594: hue angle of 229.74º degrees, saturation: 0.35, 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 #485594 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7285148-
CMYK0.510.4300.42
HSL229.74º34.55%43.14%-
HSV(B)229.74º51.35%58.04%-
XYZ11.2710.0129.36-
YUV88.3161.69116.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=23.61%
G=27.87%
B=48.52%

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
Decimal72851480.510.4300.42229.7434.5543.14
Hex485594332B02Ae6232b
Octal11012522463530523464353
Binary1001000101010110010100110011101011010101011100110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485594; }

 p { color: rgb(72,85,148); }

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

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

 a { background-color: rgb(72,85,148); }

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

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

 span { border-color: rgb(72,85,148); }

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