#4C98A1

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

Shades of Half Baked #4C98A1

Tints of Half Baked #4C98A1

Color information

#4C98A1 (or 0x4C98A1) is unknown color: approx Half Baked. HEX triplet: 4C, 98 and A1. RGB value is (76,152,161). Sum of RGB (Red+Green+Blue) = 76+152+161=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #4C98A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C98A1 is #B3675E. Grayscale: #828282. Windows color (decimal): -11757407 or 10590284. OLE color: 10590284.

HSL color Cylindrical-coordinate representation of color #4C98A1: hue angle of 186.35º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C98A1 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB76152161-
CMYK0.530.0600.37
HSL186.35º35.86%46.47%-
HSV(B)186.35º52.8%63.14%-
XYZ20.6426.5737.76-
YUV130.3145.3289.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.54%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=19.54%
G=39.07%
B=41.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761521610.530.0600.37186.3535.8646.47
Hex4C98A1356025ba242e
Octal1142302416560452724456
Binary10011001001100010100001110101110010010110111010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C98A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,152,161); }

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

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

 a { background-color: rgb(76,152,161); }

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

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

 span { border-color: rgb(76,152,161); }

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