#4B99BD

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

Shades of Shakespeare #4B99BD

Tints of Shakespeare #4B99BD

Color information

#4B99BD (or 0x4B99BD) is unknown color: approx Shakespeare. HEX triplet: 4B, 99 and BD. RGB value is (75,153,189). Sum of RGB (Red+Green+Blue) = 75+153+189=417 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.99% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B99BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B99BD is #B46642. Grayscale: #858585. Windows color (decimal): -11822659 or 12425547. OLE color: 12425547.

HSL color Cylindrical-coordinate representation of color #4B99BD: hue angle of 198.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B99BD is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75153189-
CMYK0.600.1900.26
HSL198.95º46.34%51.76%-
HSV(B)198.95º60.32%74.12%-
XYZ23.4827.9552.3-
YUV133.78159.1686.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.99%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=17.99%
G=36.69%
B=45.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751531890.600.1900.26198.9546.3451.76
Hex4B99BD3C1301Ac72e34
Octal11323127574230323075664
Binary100101110011001101111011111001001101101011000111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,153,189); }

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

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

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

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

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

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

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