Html Css Color HEX #4A979C Half Baked

📋 copy color: '#4A979C'

red 74 ◦ green 151 ◦ blue 156

#4A979C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #4A979C

Tints of Half Baked #4A979C

RGB

 RED value IS 74 (29.3% 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 value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A979C (or 0x4A979C) is known color: 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

RGB 74 151 156 -
CMYK 0.53 0.03 0 0.39
HSL 183.66º 0.36% 0.45% -
HSV(B) 183.66º 0.53% 0.61% -
XYZ 19.89 25.99 35.42 -
YUV 128.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 74 151 156 0.53 0.03 0 0.39 183.66 0.36 0.45
Hex 4A 97 9C 35 3 0 27 B8 24 2D
Octal 112 227 234 65 3 0 47 270 44 55
Binary 1001010 10010111 10011100 110101 11 0 100111 10111000 100100 101101

Color Harmonies of #4A979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A979C

Black with #4A979C

Text Example


Text Example

White with #4A979C

Text Example


Text Example

HTML Codes & Css Web 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>