Html Css Color HEX #4C7A95 Jelly Bean

📋 copy color: '#4C7A95'

red 76 ◦ green 122 ◦ blue 149

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

Shades of Jelly Bean #4C7A95

Tints of Jelly Bean #4C7A95

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 21.9%
G = 35.16%
B = 42.94%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4C7A95 (or 0x4C7A95) is known color: Jelly Bean. HEX triplet: 4C, 7A and 95. RGB value is (76,122,149). Sum of RGB (Red+Green+Blue) = 76+122+149=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C7A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7A95 is #B3856A. Grayscale: #6F6F6F. Windows color (decimal): -11765099 or 9796172. OLE color: 9796172.

HSL color Cylindrical-coordinate representation of color #4C7A95: hue angle of 202.19º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C7A95 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 122 149 -
CMYK 0.49 0.18 0 0.42
HSL 202.19º 0.32% 0.44% -
HSV(B) 202.19º 0.49% 0.58% -
XYZ 15.36 17.63 31.03 -
YUV 111.32 149.26 102.8 -
System Red Green Blue C M Y K H S L
Decimal 76 122 149 0.49 0.18 0 0.42 202.19 0.32 0.44
Hex 4C 7A 95 31 12 0 2A CA 20 2C
Octal 114 172 225 61 22 0 52 312 40 54
Binary 1001100 1111010 10010101 110001 10010 0 101010 11001010 100000 101100

Color Harmonies of #4C7A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7A95

Black with #4C7A95

Text Example


Text Example

White with #4C7A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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