#4B9DC1

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

Shades of Shakespeare #4B9DC1

Tints of Shakespeare #4B9DC1

Color information

#4B9DC1 (or 0x4B9DC1) is unknown color: approx Shakespeare. HEX triplet: 4B, 9D and C1. RGB value is (75,157,193). Sum of RGB (Red+Green+Blue) = 75+157+193=425 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.65% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #4B9DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9DC1 is #B4623E. Grayscale: #888888. Windows color (decimal): -11821631 or 12688715. OLE color: 12688715.

HSL color Cylindrical-coordinate representation of color #4B9DC1: hue angle of 198.31º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B9DC1 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB75157193-
CMYK0.610.1900.24
HSL198.31º48.76%52.55%-
HSV(B)198.31º61.14%75.69%-
XYZ24.5829.4654.84-
YUV136.59159.8384.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.65%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 193 (75.78% from 255) = 45.41%
R=17.65%
G=36.94%
B=45.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751571930.610.1900.24198.3148.7652.55
Hex4B9DC13D13018c63135
Octal11323530175230303066165
Binary100101110011101110000011111011001101100011000110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,157,193); }

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

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

 a { background-color: rgb(75,157,193); }

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

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

 span { border-color: rgb(75,157,193); }

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