#4B4B9C

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

Shades of Governor Bay #4B4B9C

Tints of Governor Bay #4B4B9C

Color information

#4B4B9C (or 0x4B4B9C) is unknown color: approx Governor Bay. HEX triplet: 4B, 4B and 9C. RGB value is (75,75,156). Sum of RGB (Red+Green+Blue) = 75+75+156=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B4B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4B9C is #B4B463. Grayscale: #535353. Windows color (decimal): -11842660 or 10242891. OLE color: 10242891.

HSL color Cylindrical-coordinate representation of color #4B4B9C: hue angle of 240º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B4B9C is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7575156-
CMYK0.520.5200.39
HSL240º35.06%45.29%-
HSV(B)240º51.92%61.18%-
XYZ11.428.9332.57-
YUV84.23168.5121.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.51%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=24.51%
G=24.51%
B=50.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75751560.520.5200.3924035.0645.29
Hex4B4B9C3434027f0232d
Octal11311323464640473604355
Binary1001011100101110011100110100110100010011111110000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,75,156); }

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

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

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

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

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

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

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