Html Css Color HEX #46799D Jelly Bean

📋 copy color: '#46799D'

red 70 ◦ green 121 ◦ blue 157

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

Shades of Jelly Bean #46799D

Tints of Jelly Bean #46799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 20.11%
G = 34.77%
B = 45.11%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46799D (or 0x46799D) is known color: Jelly Bean. HEX triplet: 46, 79 and 9D. RGB value is (70,121,157). Sum of RGB (Red+Green+Blue) = 70+121+157=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #46799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46799D is #B98662. Grayscale: #6D6D6D. Windows color (decimal): -12158563 or 10320198. OLE color: 10320198.

HSL color Cylindrical-coordinate representation of color #46799D: hue angle of 204.83º 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 #46799D is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 121 157 -
CMYK 0.55 0.23 0 0.38
HSL 204.83º 0.38% 0.45% -
HSV(B) 204.83º 0.55% 0.62% -
XYZ 15.45 17.41 34.44 -
YUV 109.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 70 121 157 0.55 0.23 0 0.38 204.83 0.38 0.45
Hex 46 79 9D 37 17 0 26 CD 26 2D
Octal 106 171 235 67 27 0 46 315 46 55
Binary 1000110 1111001 10011101 110111 10111 0 100110 11001101 100110 101101

Color Harmonies of #46799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46799D

Black with #46799D

Text Example


Text Example

White with #46799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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