#4b4c9e

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

Shades of Governor Bay #4B4C9E

Tints of Governor Bay #4B4C9E

Color information

#4B4C9E (or 0x4B4C9E) is unknown color: approx Governor Bay. HEX triplet: 4B, 4C and 9E. RGB value is (75,76,158). Sum of RGB (Red+Green+Blue) = 75+76+158=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B4C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4C9E is #B4B361. Grayscale: #545454. Windows color (decimal): -11842402 or 10374219. OLE color: 10374219.

HSL color Cylindrical-coordinate representation of color #4B4C9E: hue angle of 239.28º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B4C9E is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7576158-
CMYK0.530.5200.38
HSL239.28º35.62%45.69%-
HSV(B)239.28º52.53%61.96%-
XYZ11.669.1333.5-
YUV85.05169.17120.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=24.27%
G=24.60%
B=51.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75761580.530.5200.38239.2835.6245.69
Hex4B4C9E3534026ef242e
Octal11311423665640463574456
Binary1001011100110010011110110101110100010011011101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b4c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,76,158); }

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

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

 a { background-color: rgb(75,76,158); }

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

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

 span { border-color: rgb(75,76,158); }

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