Html Css Color HEX #4C7683 Jelly Bean

📋 copy color: '#4C7683'

red 76 ◦ green 118 ◦ blue 131

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

Shades of Jelly Bean #4C7683

Tints of Jelly Bean #4C7683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 23.38%
G = 36.31%
B = 40.31%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C7683 (or 0x4C7683) is known color: Jelly Bean. HEX triplet: 4C, 76 and 83. RGB value is (76,118,131). Sum of RGB (Red+Green+Blue) = 76+118+131=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C7683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7683 is #B3897C. Grayscale: #6A6A6A. Windows color (decimal): -11766141 or 8615500. OLE color: 8615500.

HSL color Cylindrical-coordinate representation of color #4C7683: hue angle of 194.18º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C7683 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 118 131 -
CMYK 0.42 0.10 0 0.49
HSL 194.18º 0.27% 0.41% -
HSV(B) 194.18º 0.42% 0.51% -
XYZ 13.56 16.13 23.87 -
YUV 106.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 76 118 131 0.42 0.10 0 0.49 194.18 0.27 0.41
Hex 4C 76 83 2A A 0 31 C2 1B 29
Octal 114 166 203 52 12 0 61 302 33 51
Binary 1001100 1110110 10000011 101010 1010 0 110001 11000010 11011 101001

Color Harmonies of #4C7683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7683

Black with #4C7683

Text Example


Text Example

White with #4C7683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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