#484F8A

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

Shades of Governor Bay #484F8A

Tints of Governor Bay #484F8A

Color information

#484F8A (or 0x484F8A) is unknown color: approx Governor Bay. HEX triplet: 48, 4F and 8A. RGB value is (72,79,138). Sum of RGB (Red+Green+Blue) = 72+79+138=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #484F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F8A is #B7B075. Grayscale: #535353. Windows color (decimal): -12038262 or 9064264. OLE color: 9064264.

HSL color Cylindrical-coordinate representation of color #484F8A: hue angle of 233.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484F8A is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7279138-
CMYK0.480.4300.46
HSL233.64º31.43%41.18%-
HSV(B)233.64º47.83%54.12%-
XYZ10.068.825.21-
YUV83.63158.68119.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 79 (31.25% from 255) = 27.34%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=24.91%
G=27.34%
B=47.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72791380.480.4300.46233.6431.4341.18
Hex484F8A302B02Eea1f29
Octal11011721260530563523751
Binary100100010011111000101011000010101101011101110101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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