#4B4C92

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

Shades of Governor Bay #4B4C92

Tints of Governor Bay #4B4C92

Color information

#4B4C92 (or 0x4B4C92) is unknown color: approx Governor Bay. HEX triplet: 4B, 4C and 92. RGB value is (75,76,146). Sum of RGB (Red+Green+Blue) = 75+76+146=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B4C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4C92 is #B4B36D. Grayscale: #535353. Windows color (decimal): -11842414 or 9587787. OLE color: 9587787.

HSL color Cylindrical-coordinate representation of color #4B4C92: hue angle of 239.15º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B4C92 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7576146-
CMYK0.490.4800.43
HSL239.15º32.13%43.33%-
HSV(B)239.15º48.63%57.25%-
XYZ10.678.7428.32-
YUV83.68163.17121.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 76 (30.08% from 255) = 25.59%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=25.25%
G=25.59%
B=49.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75761460.490.4800.43239.1532.1343.33
Hex4B4C92313002Bef202b
Octal11311422261600533574053
Binary1001011100110010010010110001110000010101111101111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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