Html Css Color HEX #4C8090 Jelly Bean

📋 copy color: '#4C8090'

red 76 ◦ green 128 ◦ blue 144

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

Shades of Jelly Bean #4C8090

Tints of Jelly Bean #4C8090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.78%

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 21.84%
G = 36.78%
B = 41.38%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C8090 (or 0x4C8090) is known color: Jelly Bean. HEX triplet: 4C, 80 and 90. RGB value is (76,128,144). Sum of RGB (Red+Green+Blue) = 76+128+144=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C8090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8090 is #B37F6F. Grayscale: #727272. Windows color (decimal): -11763568 or 9470028. OLE color: 9470028.

HSL color Cylindrical-coordinate representation of color #4C8090: hue angle of 194.12º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C8090 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 128 144 -
CMYK 0.47 0.11 0 0.44
HSL 194.12º 0.31% 0.43% -
HSV(B) 194.12º 0.47% 0.56% -
XYZ 15.73 18.99 29.22 -
YUV 114.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 76 128 144 0.47 0.11 0 0.44 194.12 0.31 0.43
Hex 4C 80 90 2F B 0 2C C2 1F 2B
Octal 114 200 220 57 13 0 54 302 37 53
Binary 1001100 10000000 10010000 101111 1011 0 101100 11000010 11111 101011

Color Harmonies of #4C8090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8090

Black with #4C8090

Text Example


Text Example

White with #4C8090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,128,144); }

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

background-color css

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

 a { background-color: rgb(76,128,144); }

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

border-color css

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

 span { border-color: rgb(76,128,144); }

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