Html Css Color HEX #46768C Jelly Bean

📋 copy color: '#46768C'

red 70 ◦ green 118 ◦ blue 140

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

Shades of Jelly Bean #46768C

Tints of Jelly Bean #46768C

RGB

 RED value IS 70 (27.73% from 255) = 21.34%

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

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 21.34%
G = 35.98%
B = 42.68%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46768C (or 0x46768C) is known color: Jelly Bean. HEX triplet: 46, 76 and 8C. RGB value is (70,118,140). Sum of RGB (Red+Green+Blue) = 70+118+140=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #46768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46768C is #B98973. Grayscale: #6A6A6A. Windows color (decimal): -12159348 or 9205318. OLE color: 9205318.

HSL color Cylindrical-coordinate representation of color #46768C: hue angle of 198.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46768C is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 118 140 -
CMYK 0.50 0.16 0 0.45
HSL 198.86º 0.33% 0.41% -
HSV(B) 198.86º 0.5% 0.55% -
XYZ 13.74 16.15 27.2 -
YUV 106.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 70 118 140 0.50 0.16 0 0.45 198.86 0.33 0.41
Hex 46 76 8C 32 10 0 2D C7 21 29
Octal 106 166 214 62 20 0 55 307 41 51
Binary 1000110 1110110 10001100 110010 10000 0 101101 11000111 100001 101001

Color Harmonies of #46768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46768C

Black with #46768C

Text Example


Text Example

White with #46768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46768C; }

 p { color: rgb(70,118,140); }

 H1.HeaderClassName
 {
   color: #46768C;
 }
 .AnyTagClassName
 {
   color: #46768C;
 }
</style>

background-color css

<style>
 a { background-color: #46768C; }

 a { background-color: rgb(70,118,140); }

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

border-color css

<style>
 span { border-color: #46768C; }

 span { border-color: rgb(70,118,140); }

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