#4B529C

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

Shades of Governor Bay #4B529C

Tints of Governor Bay #4B529C

Color information

#4B529C (or 0x4B529C) is unknown color: approx Governor Bay. HEX triplet: 4B, 52 and 9C. RGB value is (75,82,156). Sum of RGB (Red+Green+Blue) = 75+82+156=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B529C is #B4AD63. Grayscale: #585858. Windows color (decimal): -11840868 or 10244683. OLE color: 10244683.

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

Color convert

RGB7582156-
CMYK0.520.4700.39
HSL234.81º35.06%45.29%-
HSV(B)234.81º51.92%61.18%-
XYZ11.929.9332.74-
YUV88.34166.18118.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 156 (61.33% from 255) = 49.84%
R=23.96%
G=26.20%
B=49.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75821560.520.4700.39234.8135.0645.29
Hex4B529C342F027eb232d
Octal11312223464570473534355
Binary1001011101001010011100110100101111010011111101011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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