#484DA4

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

Shades of Governor Bay #484DA4

Tints of Governor Bay #484DA4

Color information

#484DA4 (or 0x484DA4) is unknown color: approx Governor Bay. HEX triplet: 48, 4D and A4. RGB value is (72,77,164). Sum of RGB (Red+Green+Blue) = 72+77+164=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 164 (64.45% from 255 or 52.40% from 313); Max value from RGB is 164 - color contains mainly: blue. Hex color #484DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484DA4 is #B7B25B. Grayscale: #555555. Windows color (decimal): -12038748 or 10767688. OLE color: 10767688.

HSL color Cylindrical-coordinate representation of color #484DA4: hue angle of 236.74º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #484DA4 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7277164-
CMYK0.560.5300.36
HSL236.74º38.98%46.27%-
HSV(B)236.74º56.1%64.31%-
XYZ12.039.3736.3-
YUV85.42172.34118.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 164 (64.45% from 255) = 52.40%
R=23.00%
G=24.60%
B=52.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72771640.560.5300.36236.7438.9846.27
Hex484DA43835024ed272e
Octal11011524470650443554756
Binary1001000100110110100100111000110101010010011101101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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