#484E9B

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

Shades of Governor Bay #484E9B

Tints of Governor Bay #484E9B

Color information

#484E9B (or 0x484E9B) is unknown color: approx Governor Bay. HEX triplet: 48, 4E and 9B. RGB value is (72,78,155). Sum of RGB (Red+Green+Blue) = 72+78+155=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #484E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484E9B is #B7B164. Grayscale: #545454. Windows color (decimal): -12038501 or 10178120. OLE color: 10178120.

HSL color Cylindrical-coordinate representation of color #484E9B: hue angle of 235.66º 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 #484E9B is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7278155-
CMYK0.540.5000.39
HSL235.66º36.56%44.51%-
HSV(B)235.66º53.55%60.78%-
XYZ11.319.1932.19-
YUV84.98167.51118.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=23.61%
G=25.57%
B=50.82%

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
Decimal72781550.540.5000.39235.6636.5644.51
Hex484E9B3632027ec252d
Octal11011623366620473544555
Binary1001000100111010011011110110110010010011111101100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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