#4B4D94

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

Shades of Governor Bay #4B4D94

Tints of Governor Bay #4B4D94

Color information

#4B4D94 (or 0x4B4D94) is unknown color: approx Governor Bay. HEX triplet: 4B, 4D and 94. RGB value is (75,77,148). Sum of RGB (Red+Green+Blue) = 75+77+148=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B4D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4D94 is #B4B26B. Grayscale: #545454. Windows color (decimal): -11842156 or 9719115. OLE color: 9719115.

HSL color Cylindrical-coordinate representation of color #4B4D94: hue angle of 238.36º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B4D94 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7577148-
CMYK0.490.4800.42
HSL238.36º32.74%43.73%-
HSV(B)238.36º49.32%58.04%-
XYZ10.98.9429.17-
YUV84.5163.84121.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 148 (58.20% from 255) = 49.33%
R=25%
G=25.67%
B=49.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75771480.490.4800.42238.3632.7443.73
Hex4B4D94313002Aee212c
Octal11311522461600523564154
Binary1001011100110110010100110001110000010101011101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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