#4B459E

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

Shades of Governor Bay #4B459E

Tints of Governor Bay #4B459E

Color information

#4B459E (or 0x4B459E) is unknown color: approx Governor Bay. HEX triplet: 4B, 45 and 9E. RGB value is (75,69,158). Sum of RGB (Red+Green+Blue) = 75+69+158=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B459E is #B4BA61. Grayscale: #505050. Windows color (decimal): -11844194 or 10372427. OLE color: 10372427.

HSL color Cylindrical-coordinate representation of color #4B459E: hue angle of 244.04º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B459E is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7569158-
CMYK0.530.5600.38
HSL244.04º39.21%44.51%-
HSV(B)244.04º56.33%61.96%-
XYZ11.28.2233.34-
YUV80.94171.49123.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=24.83%
G=22.85%
B=52.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75691580.530.5600.38244.0439.2144.51
Hex4B459E3538026f4272d
Octal11310523665700463644755
Binary1001011100010110011110110101111000010011011110100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,69,158); }

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

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

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

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

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

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

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