Html Css Color HEX #46778C Jelly Bean

📋 copy color: '#46778C'

red 70 ◦ green 119 ◦ blue 140

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

Shades of Jelly Bean #46778C

Tints of Jelly Bean #46778C

RGB

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

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

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

R = 21.28%
G = 36.17%
B = 42.55%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46778C (or 0x46778C) is known color: Jelly Bean. HEX triplet: 46, 77 and 8C. RGB value is (70,119,140). Sum of RGB (Red+Green+Blue) = 70+119+140=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #46778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46778C is #B98873. Grayscale: #6A6A6A. Windows color (decimal): -12159092 or 9205574. OLE color: 9205574.

HSL color Cylindrical-coordinate representation of color #46778C: hue angle of 198º 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 #46778C is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 119 140 -
CMYK 0.50 0.15 0 0.45
HSL 198º 0.33% 0.41% -
HSV(B) 198º 0.5% 0.55% -
XYZ 13.86 16.39 27.24 -
YUV 106.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 70 119 140 0.50 0.15 0 0.45 198 0.33 0.41
Hex 46 77 8C 32 F 0 2D C6 21 29
Octal 106 167 214 62 17 0 55 306 41 51
Binary 1000110 1110111 10001100 110010 1111 0 101101 11000110 100001 101001

Color Harmonies of #46778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46778C

Black with #46778C

Text Example


Text Example

White with #46778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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