#4B4A98

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

Shades of Governor Bay #4B4A98

Tints of Governor Bay #4B4A98

Color information

#4B4A98 (or 0x4B4A98) is unknown color: approx Governor Bay. HEX triplet: 4B, 4A and 98. RGB value is (75,74,152). Sum of RGB (Red+Green+Blue) = 75+74+152=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B4A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4A98 is #B4B567. Grayscale: #525252. Windows color (decimal): -11842920 or 9980491. OLE color: 9980491.

HSL color Cylindrical-coordinate representation of color #4B4A98: hue angle of 240.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B4A98 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7574152-
CMYK0.510.5100.40
HSL240.77º34.51%44.31%-
HSV(B)240.77º51.32%59.61%-
XYZ11.028.6630.8-
YUV83.19166.83122.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.92%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=24.92%
G=24.58%
B=50.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal75741520.510.5100.40240.7734.5144.31
Hex4B4A983333028f1232c
Octal11311223063630503614354
Binary1001011100101010011000110011110011010100011110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,74,152); }

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

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

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

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

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

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

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