Html Css Color HEX #467886 Jelly Bean

📋 copy color: '#467886'

red 70 ◦ green 120 ◦ blue 134

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

Shades of Jelly Bean #467886

Tints of Jelly Bean #467886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.04%

 BLUE value IS 134 (52.73% from 255) = 41.36%

R = 21.6%
G = 37.04%
B = 41.36%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467886 (or 0x467886) is known color: Jelly Bean. HEX triplet: 46, 78 and 86. RGB value is (70,120,134). Sum of RGB (Red+Green+Blue) = 70+120+134=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #467886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467886 is #B98779. Grayscale: #6A6A6A. Windows color (decimal): -12158842 or 8812614. OLE color: 8812614.

HSL color Cylindrical-coordinate representation of color #467886: hue angle of 193.12º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #467886 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 120 134 -
CMYK 0.48 0.10 0 0.47
HSL 193.13º 0.31% 0.4% -
HSV(B) 193.13º 0.48% 0.53% -
XYZ 13.55 16.46 25.02 -
YUV 106.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 70 120 134 0.48 0.10 0 0.47 193.13 0.31 0.4
Hex 46 78 86 30 A 0 2F C1 1F 28
Octal 106 170 206 60 12 0 57 301 37 50
Binary 1000110 1111000 10000110 110000 1010 0 101111 11000001 11111 101000

Color Harmonies of #467886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467886

Black with #467886

Text Example


Text Example

White with #467886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467886; }

 p { color: rgb(70,120,134); }

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

background-color css

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

 a { background-color: rgb(70,120,134); }

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

border-color css

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

 span { border-color: rgb(70,120,134); }

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