#485592

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

Shades of Governor Bay #485592

Tints of Governor Bay #485592

Color information

#485592 (or 0x485592) is unknown color: approx Governor Bay. HEX triplet: 48, 55 and 92. RGB value is (72,85,146). Sum of RGB (Red+Green+Blue) = 72+85+146=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #485592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485592 is #B7AA6D. Grayscale: #575757. Windows color (decimal): -12036718 or 9590088. OLE color: 9590088.

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

Color convert

RGB7285146-
CMYK0.510.4200.43
HSL229.46º33.94%42.75%-
HSV(B)229.46º50.68%57.25%-
XYZ11.119.9528.53-
YUV88.07160.69116.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=23.76%
G=28.05%
B=48.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72851460.510.4200.43229.4633.9442.75
Hex485592332A02Be5222b
Octal11012522263520533454253
Binary1001000101010110010010110011101010010101111100101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485592; }

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

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

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

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

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

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

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

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