#484D9B

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

Shades of Governor Bay #484D9B

Tints of Governor Bay #484D9B

Color information

#484D9B (or 0x484D9B) is unknown color: approx Governor Bay. HEX triplet: 48, 4D and 9B. RGB value is (72,77,155). Sum of RGB (Red+Green+Blue) = 72+77+155=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #484D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D9B is #B7B264. Grayscale: #545454. Windows color (decimal): -12038757 or 10177864. OLE color: 10177864.

HSL color Cylindrical-coordinate representation of color #484D9B: hue angle of 236.39º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484D9B is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7277155-
CMYK0.540.5000.39
HSL236.39º36.56%44.51%-
HSV(B)236.39º53.55%60.78%-
XYZ11.249.0532.17-
YUV84.4167.84119.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=23.68%
G=25.33%
B=50.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72771550.540.5000.39236.3936.5644.51
Hex484D9B3632027ec252d
Octal11011523366620473544555
Binary1001000100110110011011110110110010010011111101100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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