#4B4D92

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

Shades of Governor Bay #4B4D92

Tints of Governor Bay #4B4D92

Color information

#4B4D92 (or 0x4B4D92) is unknown color: approx Governor Bay. HEX triplet: 4B, 4D and 92. RGB value is (75,77,146). Sum of RGB (Red+Green+Blue) = 75+77+146=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B4D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4D92 is #B4B26D. Grayscale: #535353. Windows color (decimal): -11842158 or 9588043. OLE color: 9588043.

HSL color Cylindrical-coordinate representation of color #4B4D92: hue angle of 238.31º 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 #4B4D92 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7577146-
CMYK0.490.4700.43
HSL238.31º32.13%43.33%-
HSV(B)238.31º48.63%57.25%-
XYZ10.748.8828.34-
YUV84.27162.84121.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.17%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=25.17%
G=25.84%
B=48.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75771460.490.4700.43238.3132.1343.33
Hex4B4D92312F02Bee202b
Octal11311522261570533564053
Binary1001011100110110010010110001101111010101111101110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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