Html Css Color HEX #467686 Jelly Bean

📋 copy color: '#467686'

red 70 ◦ green 118 ◦ blue 134

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

Shades of Jelly Bean #467686

Tints of Jelly Bean #467686

RGB

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

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

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

R = 21.74%
G = 36.65%
B = 41.61%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467686 (or 0x467686) is known color: Jelly Bean. HEX triplet: 46, 76 and 86. RGB value is (70,118,134). Sum of RGB (Red+Green+Blue) = 70+118+134=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #467686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467686 is #B98979. Grayscale: #696969. Windows color (decimal): -12159354 or 8812102. OLE color: 8812102.

HSL color Cylindrical-coordinate representation of color #467686: hue angle of 195º 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 #467686 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 118 134 -
CMYK 0.48 0.12 0 0.47
HSL 195º 0.31% 0.4% -
HSV(B) 195º 0.48% 0.53% -
XYZ 13.31 15.98 24.94 -
YUV 105.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 70 118 134 0.48 0.12 0 0.47 195 0.31 0.4
Hex 46 76 86 30 C 0 2F C3 1F 28
Octal 106 166 206 60 14 0 57 303 37 50
Binary 1000110 1110110 10000110 110000 1100 0 101111 11000011 11111 101000

Color Harmonies of #467686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467686

Black with #467686

Text Example


Text Example

White with #467686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467686; }

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

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

background-color css

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

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

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

border-color css

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

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

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