Html Css Color HEX #46779A Jelly Bean

📋 copy color: '#46779A'

red 70 ◦ green 119 ◦ blue 154

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

Shades of Jelly Bean #46779A

Tints of Jelly Bean #46779A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 20.41%
G = 34.69%
B = 44.9%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46779A (or 0x46779A) is known color: Jelly Bean. HEX triplet: 46, 77 and 9A. RGB value is (70,119,154). Sum of RGB (Red+Green+Blue) = 70+119+154=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #46779A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46779A is #B98865. Grayscale: #6C6C6C. Windows color (decimal): -12159078 or 10123078. OLE color: 10123078.

HSL color Cylindrical-coordinate representation of color #46779A: hue angle of 205º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46779A is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 119 154 -
CMYK 0.55 0.23 0 0.40
HSL 205º 0.38% 0.44% -
HSV(B) 205º 0.55% 0.6% -
XYZ 14.96 16.83 33.03 -
YUV 108.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 70 119 154 0.55 0.23 0 0.40 205 0.38 0.44
Hex 46 77 9A 37 17 0 28 CD 26 2C
Octal 106 167 232 67 27 0 50 315 46 54
Binary 1000110 1110111 10011010 110111 10111 0 101000 11001101 100110 101100

Color Harmonies of #46779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46779A

Black with #46779A

Text Example


Text Example

White with #46779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46779A; }

 p { color: rgb(70,119,154); }

 H1.HeaderClassName
 {
   color: #46779A;
 }
 .AnyTagClassName
 {
   color: #46779A;
 }
</style>

background-color css

<style>
 a { background-color: #46779A; }

 a { background-color: rgb(70,119,154); }

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

border-color css

<style>
 span { border-color: #46779A; }

 span { border-color: rgb(70,119,154); }

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