Html Css Color HEX #46759A Jelly Bean

📋 copy color: '#46759A'

red 70 ◦ green 117 ◦ blue 154

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

Shades of Jelly Bean #46759A

Tints of Jelly Bean #46759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

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

R = 20.53%
G = 34.31%
B = 45.16%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46759A (or 0x46759A) is known color: Jelly Bean. HEX triplet: 46, 75 and 9A. RGB value is (70,117,154). Sum of RGB (Red+Green+Blue) = 70+117+154=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #46759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46759A is #B98A65. Grayscale: #6A6A6A. Windows color (decimal): -12159590 or 10122566. OLE color: 10122566.

HSL color Cylindrical-coordinate representation of color #46759A: hue angle of 206.43º 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 #46759A is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 117 154 -
CMYK 0.55 0.24 0 0.40
HSL 206.43º 0.38% 0.44% -
HSV(B) 206.43º 0.55% 0.6% -
XYZ 14.72 16.36 32.95 -
YUV 107.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 70 117 154 0.55 0.24 0 0.40 206.43 0.38 0.44
Hex 46 75 9A 37 18 0 28 CE 26 2C
Octal 106 165 232 67 30 0 50 316 46 54
Binary 1000110 1110101 10011010 110111 11000 0 101000 11001110 100110 101100

Color Harmonies of #46759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46759A

Black with #46759A

Text Example


Text Example

White with #46759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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