Html Css Color HEX #4C959D Half Baked

📋 copy color: '#4C959D'

red 76 ◦ green 149 ◦ blue 157

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

Shades of Half Baked #4C959D

Tints of Half Baked #4C959D

RGB

 RED value IS 76 (30.08% from 255) = 19.9%

 GREEN value IS 149 (58.59% from 255) = 39.01%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 19.9%
G = 39.01%
B = 41.1%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C959D (or 0x4C959D) is known color: Half Baked. HEX triplet: 4C, 95 and 9D. RGB value is (76,149,157). Sum of RGB (Red+Green+Blue) = 76+149+157=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C959D is #B36A62. Grayscale: #7F7F7F. Windows color (decimal): -11758179 or 10327372. OLE color: 10327372.

HSL color Cylindrical-coordinate representation of color #4C959D: hue angle of 185.93º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C959D is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 149 157 -
CMYK 0.52 0.05 0 0.38
HSL 185.93º 0.35% 0.46% -
HSV(B) 185.93º 0.52% 0.62% -
XYZ 19.81 25.47 35.77 -
YUV 128.09 144.32 90.85 -
System Red Green Blue C M Y K H S L
Decimal 76 149 157 0.52 0.05 0 0.38 185.93 0.35 0.46
Hex 4C 95 9D 34 5 0 26 BA 23 2E
Octal 114 225 235 64 5 0 46 272 43 56
Binary 1001100 10010101 10011101 110100 101 0 100110 10111010 100011 101110

Color Harmonies of #4C959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C959D

Black with #4C959D

Text Example


Text Example

White with #4C959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C959D;
 }
 .AnyTagClassName
 {
   color: #4C959D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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