#4A979C

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

Shades of Half Baked #4A979C

Tints of Half Baked #4A979C

Color information

#4A979C (or 0x4A979C) is unknown color: approx Half Baked. HEX triplet: 4A, 97 and 9C. RGB value is (74,151,156). Sum of RGB (Red+Green+Blue) = 74+151+156=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A979C is #B56863. Grayscale: #808080. Windows color (decimal): -11888740 or 10262346. OLE color: 10262346.

HSL color Cylindrical-coordinate representation of color #4A979C: hue angle of 183.66º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A979C is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB74151156-
CMYK0.530.0300.39
HSL183.66º35.65%45.1%-
HSV(B)183.66º52.56%61.18%-
XYZ19.8925.9935.42-
YUV128.55143.4989.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.42%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=19.42%
G=39.63%
B=40.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal741511560.530.0300.39183.6635.6545.1
Hex4A979C353027b8242d
Octal1122272346530472704455
Binary1001010100101111001110011010111010011110111000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,151,156); }

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

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

 a { background-color: rgb(74,151,156); }

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

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

 span { border-color: rgb(74,151,156); }

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