Html Css Color HEX #46779D Jelly Bean

📋 copy color: '#46779D'

red 70 ◦ green 119 ◦ blue 157

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

Shades of Jelly Bean #46779D

Tints of Jelly Bean #46779D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 20.23%
G = 34.39%
B = 45.38%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46779D (or 0x46779D) is known color: Jelly Bean. HEX triplet: 46, 77 and 9D. RGB value is (70,119,157). Sum of RGB (Red+Green+Blue) = 70+119+157=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #46779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46779D is #B98862. Grayscale: #6C6C6C. Windows color (decimal): -12159075 or 10319686. OLE color: 10319686.

HSL color Cylindrical-coordinate representation of color #46779D: hue angle of 206.21º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46779D is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 119 157 -
CMYK 0.55 0.24 0 0.38
HSL 206.21º 0.38% 0.45% -
HSV(B) 206.21º 0.55% 0.62% -
XYZ 15.21 16.93 34.36 -
YUV 108.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 70 119 157 0.55 0.24 0 0.38 206.21 0.38 0.45
Hex 46 77 9D 37 18 0 26 CE 26 2D
Octal 106 167 235 67 30 0 46 316 46 55
Binary 1000110 1110111 10011101 110111 11000 0 100110 11001110 100110 101101

Color Harmonies of #46779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46779D

Black with #46779D

Text Example


Text Example

White with #46779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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