Html Css Color HEX #46769C Jelly Bean

📋 copy color: '#46769C'

red 70 ◦ green 118 ◦ blue 156

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

Shades of Jelly Bean #46769C

Tints of Jelly Bean #46769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 20.35%
G = 34.3%
B = 45.35%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46769C (or 0x46769C) is known color: Jelly Bean. HEX triplet: 46, 76 and 9C. RGB value is (70,118,156). Sum of RGB (Red+Green+Blue) = 70+118+156=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #46769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46769C is #B98963. Grayscale: #6B6B6B. Windows color (decimal): -12159332 or 10253894. OLE color: 10253894.

HSL color Cylindrical-coordinate representation of color #46769C: hue angle of 206.51º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46769C is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 118 156 -
CMYK 0.55 0.24 0 0.39
HSL 206.51º 0.38% 0.44% -
HSV(B) 206.51º 0.55% 0.61% -
XYZ 15 16.66 33.88 -
YUV 107.98 155.1 100.91 -
System Red Green Blue C M Y K H S L
Decimal 70 118 156 0.55 0.24 0 0.39 206.51 0.38 0.44
Hex 46 76 9C 37 18 0 27 CF 26 2C
Octal 106 166 234 67 30 0 47 317 46 54
Binary 1000110 1110110 10011100 110111 11000 0 100111 11001111 100110 101100

Color Harmonies of #46769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46769C

Black with #46769C

Text Example


Text Example

White with #46769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,118,156); }

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

background-color css

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

 a { background-color: rgb(70,118,156); }

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

border-color css

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

 span { border-color: rgb(70,118,156); }

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