#4FA1B2

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

Shades of Shakespeare #4FA1B2

Tints of Shakespeare #4FA1B2

Color information

#4FA1B2 (or 0x4FA1B2) is unknown color: approx Shakespeare. HEX triplet: 4F, A1 and B2. RGB value is (79,161,178). Sum of RGB (Red+Green+Blue) = 79+161+178=418 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.90% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 178 - color contains mainly: blue. Hex color #4FA1B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA1B2 is #B05E4D. Grayscale: #8A8A8A. Windows color (decimal): -11558478 or 11706703. OLE color: 11706703.

HSL color Cylindrical-coordinate representation of color #4FA1B2: hue angle of 190.3º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FA1B2 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB79161178-
CMYK0.560.1000.30
HSL190.3º39.13%50.39%-
HSV(B)190.3º55.62%69.8%-
XYZ24.0130.3746.72-
YUV138.42150.3385.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.90%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 178 (69.92% from 255) = 42.58%
R=18.90%
G=38.52%
B=42.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal791611780.560.1000.30190.339.1350.39
Hex4FA1B238A01Ebe2732
Octal11724126270120362764762
Binary10011111010000110110010111000101001111010111110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,161,178); }

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

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

 a { background-color: rgb(79,161,178); }

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

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

 span { border-color: rgb(79,161,178); }

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