#484F9F

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

Shades of Governor Bay #484F9F

Tints of Governor Bay #484F9F

Color information

#484F9F (or 0x484F9F) is unknown color: approx Governor Bay. HEX triplet: 48, 4F and 9F. RGB value is (72,79,159). Sum of RGB (Red+Green+Blue) = 72+79+159=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #484F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F9F is #B7B060. Grayscale: #555555. Windows color (decimal): -12038241 or 10440520. OLE color: 10440520.

HSL color Cylindrical-coordinate representation of color #484F9F: hue angle of 235.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484F9F is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7279159-
CMYK0.550.5000.38
HSL235.17º37.66%45.29%-
HSV(B)235.17º54.72%62.35%-
XYZ11.739.4734.01-
YUV86.03169.18118-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=23.23%
G=25.48%
B=51.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72791590.550.5000.38235.1737.6645.29
Hex484F9F3732026eb262d
Octal11011723767620463534655
Binary1001000100111110011111110111110010010011011101011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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