#484BA9

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

Shades of Governor Bay #484BA9

Tints of Governor Bay #484BA9

Color information

#484BA9 (or 0x484BA9) is unknown color: approx Governor Bay. HEX triplet: 48, 4B and A9. RGB value is (72,75,169). Sum of RGB (Red+Green+Blue) = 72+75+169=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #484BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484BA9 is #B7B456. Grayscale: #545454. Windows color (decimal): -12039255 or 11094856. OLE color: 11094856.

HSL color Cylindrical-coordinate representation of color #484BA9: hue angle of 238.14º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #484BA9 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7275169-
CMYK0.570.5600.34
HSL238.14º40.25%47.25%-
HSV(B)238.14º57.4%66.27%-
XYZ12.359.2738.68-
YUV84.82175.51118.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 169 (66.41% from 255) = 53.48%
R=22.78%
G=23.73%
B=53.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72751690.570.5600.34238.1440.2547.25
Hex484BA93938022ee282f
Octal11011325171700423565057
Binary1001000100101110101001111001111000010001011101110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,75,169); }

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

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

 a { background-color: rgb(72,75,169); }

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

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

 span { border-color: rgb(72,75,169); }

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