Html Css Color HEX #4D8092 Jelly Bean

📋 copy color: '#4D8092'

red 77 ◦ green 128 ◦ blue 146

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

Shades of Jelly Bean #4D8092

Tints of Jelly Bean #4D8092

RGB

 RED value IS 77 (30.47% from 255) = 21.94%

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

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 21.94%
G = 36.47%
B = 41.6%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D8092 (or 0x4D8092) is known color: Jelly Bean. HEX triplet: 4D, 80 and 92. RGB value is (77,128,146). Sum of RGB (Red+Green+Blue) = 77+128+146=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D8092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8092 is #B27F6D. Grayscale: #727272. Windows color (decimal): -11698030 or 9601101. OLE color: 9601101.

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

Color convert

RGB 77 128 146 -
CMYK 0.47 0.12 0 0.43
HSL 195.65º 0.31% 0.44% -
HSV(B) 195.65º 0.47% 0.57% -
XYZ 15.97 19.09 30.04 -
YUV 114.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 77 128 146 0.47 0.12 0 0.43 195.65 0.31 0.44
Hex 4D 80 92 2F C 0 2B C4 1F 2C
Octal 115 200 222 57 14 0 53 304 37 54
Binary 1001101 10000000 10010010 101111 1100 0 101011 11000100 11111 101100

Color Harmonies of #4D8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8092

Black with #4D8092

Text Example


Text Example

White with #4D8092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,128,146); }

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

background-color css

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

 a { background-color: rgb(77,128,146); }

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

border-color css

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

 span { border-color: rgb(77,128,146); }

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