#4C9DBA

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

Shades of Shakespeare #4C9DBA

Tints of Shakespeare #4C9DBA

Color information

#4C9DBA (or 0x4C9DBA) is unknown color: approx Shakespeare. HEX triplet: 4C, 9D and BA. RGB value is (76,157,186). Sum of RGB (Red+Green+Blue) = 76+157+186=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C9DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9DBA is #B36245. Grayscale: #878787. Windows color (decimal): -11756102 or 12229964. OLE color: 12229964.

HSL color Cylindrical-coordinate representation of color #4C9DBA: hue angle of 195.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C9DBA is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB76157186-
CMYK0.590.1600.27
HSL195.82º44.35%51.37%-
HSV(B)195.82º59.14%72.94%-
XYZ23.929.250.83-
YUV136.09156.1685.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.14%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=18.14%
G=37.47%
B=44.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761571860.590.1600.27195.8244.3551.37
Hex4C9DBA3B1001Bc42c33
Octal11423527273200333045463
Binary100110010011101101110101110111000001101111000100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,157,186); }

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

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

 a { background-color: rgb(76,157,186); }

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

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

 span { border-color: rgb(76,157,186); }

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