Html Css Color HEX #4C788C Jelly Bean

📋 copy color: '#4C788C'

red 76 ◦ green 120 ◦ blue 140

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

Shades of Jelly Bean #4C788C

Tints of Jelly Bean #4C788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

 BLUE value IS 140 (55.08% from 255) = 41.67%

R = 22.62%
G = 35.71%
B = 41.67%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C788C (or 0x4C788C) is known color: Jelly Bean. HEX triplet: 4C, 78 and 8C. RGB value is (76,120,140). Sum of RGB (Red+Green+Blue) = 76+120+140=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C788C is #B38773. Grayscale: #6D6D6D. Windows color (decimal): -11765620 or 9205836. OLE color: 9205836.

HSL color Cylindrical-coordinate representation of color #4C788C: hue angle of 198.75º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C788C is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 120 140 -
CMYK 0.46 0.14 0 0.45
HSL 198.75º 0.3% 0.42% -
HSV(B) 198.75º 0.46% 0.55% -
XYZ 14.43 16.86 27.31 -
YUV 109.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 76 120 140 0.46 0.14 0 0.45 198.75 0.3 0.42
Hex 4C 78 8C 2E E 0 2D C7 1E 2A
Octal 114 170 214 56 16 0 55 307 36 52
Binary 1001100 1111000 10001100 101110 1110 0 101101 11000111 11110 101010

Color Harmonies of #4C788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C788C

Black with #4C788C

Text Example


Text Example

White with #4C788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,120,140); }

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

background-color css

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

 a { background-color: rgb(76,120,140); }

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

border-color css

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

 span { border-color: rgb(76,120,140); }

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