#484FA8

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

Shades of Governor Bay #484FA8

Tints of Governor Bay #484FA8

Color information

#484FA8 (or 0x484FA8) is unknown color: approx Governor Bay. HEX triplet: 48, 4F and A8. RGB value is (72,79,168). Sum of RGB (Red+Green+Blue) = 72+79+168=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 168 (66.02% from 255 or 52.66% from 319); Max value from RGB is 168 - color contains mainly: blue. Hex color #484FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484FA8 is #B7B057. Grayscale: #565656. Windows color (decimal): -12038232 or 11030344. OLE color: 11030344.

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

Color convert

RGB7279168-
CMYK0.570.5300.34
HSL235.62º40%47.06%-
HSV(B)235.62º57.14%65.88%-
XYZ12.549.838.28-
YUV87.05173.68117.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 168 (66.02% from 255) = 52.66%
R=22.57%
G=24.76%
B=52.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72791680.570.5300.34235.624047.06
Hex484FA83935022ec282f
Octal11011725071650423545057
Binary1001000100111110101000111001110101010001011101100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,79,168); }

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

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

 a { background-color: rgb(72,79,168); }

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

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

 span { border-color: rgb(72,79,168); }

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