#4B4799

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

Shades of Governor Bay #4B4799

Tints of Governor Bay #4B4799

Color information

#4B4799 (or 0x4B4799) is unknown color: approx Governor Bay. HEX triplet: 4B, 47 and 99. RGB value is (75,71,153). Sum of RGB (Red+Green+Blue) = 75+71+153=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B4799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4799 is #B4B866. Grayscale: #515151. Windows color (decimal): -11843687 or 10045259. OLE color: 10045259.

HSL color Cylindrical-coordinate representation of color #4B4799: hue angle of 242.93º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B4799 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7571153-
CMYK0.510.5400.4
HSL242.93º36.61%43.92%-
HSV(B)242.93º53.59%60%-
XYZ10.98.331.16-
YUV81.54168.33123.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=25.08%
G=23.75%
B=51.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal75711530.510.5400.4242.9336.6143.92
Hex4B47993336028f3252c
Octal11310723163660503634554
Binary1001011100011110011001110011110110010100011110011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,153); }

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

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

 a { background-color: rgb(75,71,153); }

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

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

 span { border-color: rgb(75,71,153); }

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