#484D92

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

Shades of Governor Bay #484D92

Tints of Governor Bay #484D92

Color information

#484D92 (or 0x484D92) is unknown color: approx Governor Bay. HEX triplet: 48, 4D and 92. RGB value is (72,77,146). Sum of RGB (Red+Green+Blue) = 72+77+146=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #484D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D92 is #B7B26D. Grayscale: #535353. Windows color (decimal): -12038766 or 9588040. OLE color: 9588040.

HSL color Cylindrical-coordinate representation of color #484D92: hue angle of 235.95º 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 #484D92 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7277146-
CMYK0.510.4700.43
HSL235.95º33.94%42.75%-
HSV(B)235.95º50.68%57.25%-
XYZ10.518.7628.33-
YUV83.37163.34119.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=24.41%
G=26.10%
B=49.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72771460.510.4700.43235.9533.9442.75
Hex484D92332F02Bec222b
Octal11011522263570533544253
Binary1001000100110110010010110011101111010101111101100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484D92; }

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

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

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

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

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

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

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

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