#4B5098

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

Shades of Governor Bay #4B5098

Tints of Governor Bay #4B5098

Color information

#4B5098 (or 0x4B5098) is unknown color: approx Governor Bay. HEX triplet: 4B, 50 and 98. RGB value is (75,80,152). Sum of RGB (Red+Green+Blue) = 75+80+152=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B5098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5098 is #B4AF67. Grayscale: #565656. Windows color (decimal): -11841384 or 9982027. OLE color: 9982027.

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

Color convert

RGB7580152-
CMYK0.510.4700.40
HSL236.1º33.92%44.51%-
HSV(B)236.1º50.66%59.61%-
XYZ11.449.530.94-
YUV86.71164.84119.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.43%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 152 (59.77% from 255) = 49.51%
R=24.43%
G=26.06%
B=49.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal75801520.510.4700.40236.133.9244.51
Hex4B5098332F028ec222d
Octal11312023063570503544255
Binary1001011101000010011000110011101111010100011101100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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