Html Css Color HEX #4C7692 Jelly Bean

📋 copy color: '#4C7692'

red 76 ◦ green 118 ◦ blue 146

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

Shades of Jelly Bean #4C7692

Tints of Jelly Bean #4C7692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 22.35%
G = 34.71%
B = 42.94%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4C7692 (or 0x4C7692) is known color: Jelly Bean. HEX triplet: 4C, 76 and 92. RGB value is (76,118,146). Sum of RGB (Red+Green+Blue) = 76+118+146=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C7692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7692 is #B3896D. Grayscale: #6C6C6C. Windows color (decimal): -11766126 or 9598540. OLE color: 9598540.

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

Color convert

RGB 76 118 146 -
CMYK 0.48 0.19 0 0.43
HSL 204º 0.32% 0.44% -
HSV(B) 204º 0.48% 0.57% -
XYZ 14.65 16.57 29.62 -
YUV 108.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 76 118 146 0.48 0.19 0 0.43 204 0.32 0.44
Hex 4C 76 92 30 13 0 2B CC 20 2C
Octal 114 166 222 60 23 0 53 314 40 54
Binary 1001100 1110110 10010010 110000 10011 0 101011 11001100 100000 101100

Color Harmonies of #4C7692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7692

Black with #4C7692

Text Example


Text Example

White with #4C7692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,118,146); }

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

background-color css

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

 a { background-color: rgb(76,118,146); }

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

border-color css

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

 span { border-color: rgb(76,118,146); }

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