#484D9D

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

Shades of Governor Bay #484D9D

Tints of Governor Bay #484D9D

Color information

#484D9D (or 0x484D9D) is unknown color: approx Governor Bay. HEX triplet: 48, 4D and 9D. RGB value is (72,77,157). Sum of RGB (Red+Green+Blue) = 72+77+157=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #484D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D9D is #B7B262. Grayscale: #545454. Windows color (decimal): -12038755 or 10308936. OLE color: 10308936.

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

Color convert

RGB7277157-
CMYK0.540.5100.38
HSL236.47º37.12%44.9%-
HSV(B)236.47º54.14%61.57%-
XYZ11.419.1233.06-
YUV84.62168.84119-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 157 (61.72% from 255) = 51.31%
R=23.53%
G=25.16%
B=51.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72771570.540.5100.38236.4737.1244.9
Hex484D9D3633026ec252d
Octal11011523566630463544555
Binary1001000100110110011101110110110011010011011101100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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