#484DA9

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

Shades of Governor Bay #484DA9

Tints of Governor Bay #484DA9

Color information

#484DA9 (or 0x484DA9) is unknown color: approx Governor Bay. HEX triplet: 48, 4D and A9. RGB value is (72,77,169). Sum of RGB (Red+Green+Blue) = 72+77+169=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 169 (66.41% from 255 or 53.14% from 318); Max value from RGB is 169 - color contains mainly: blue. Hex color #484DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DA9 is #B7B256. Grayscale: #555555. Windows color (decimal): -12038743 or 11095368. OLE color: 11095368.

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

Color convert

RGB7277169-
CMYK0.570.5400.34
HSL236.91º40.25%47.25%-
HSV(B)236.91º57.4%66.27%-
XYZ12.499.5538.72-
YUV85.99174.84118.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 169 (66.41% from 255) = 53.14%
R=22.64%
G=24.21%
B=53.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72771690.570.5400.34236.9140.2547.25
Hex484DA93936022ed282f
Octal11011525171660423555057
Binary1001000100110110101001111001110110010001011101101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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