#4F548D

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

Shades of Governor Bay #4F548D

Tints of Governor Bay #4F548D

Color information

#4F548D (or 0x4F548D) is unknown color: approx Governor Bay. HEX triplet: 4F, 54 and 8D. RGB value is (79,84,141). Sum of RGB (Red+Green+Blue) = 79+84+141=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F548D is #B0AB72. Grayscale: #585858. Windows color (decimal): -11578227 or 9262159. OLE color: 9262159.

HSL color Cylindrical-coordinate representation of color #4F548D: hue angle of 235.16º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F548D is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7984141-
CMYK0.440.4000.45
HSL235.16º28.18%43.14%-
HSV(B)235.16º43.97%55.29%-
XYZ11.29.9326.52-
YUV89157.34120.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.99%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 141 (55.47% from 255) = 46.38%
R=25.99%
G=27.63%
B=46.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79841410.440.4000.45235.1628.1843.14
Hex4F548D2C2802Deb1c2b
Octal11712421554500553533453
Binary100111110101001000110110110010100001011011110101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F548D; }

 p { color: rgb(79,84,141); }

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

<style>
 a { background-color: #4F548D; }

 a { background-color: rgb(79,84,141); }

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

<style>
 span { border-color: #4F548D; }

 span { border-color: rgb(79,84,141); }

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