Html Css Color HEX #467786 Jelly Bean

📋 copy color: '#467786'

red 70 ◦ green 119 ◦ blue 134

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

Shades of Jelly Bean #467786

Tints of Jelly Bean #467786

RGB

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

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

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

R = 21.67%
G = 36.84%
B = 41.49%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467786 (or 0x467786) is known color: Jelly Bean. HEX triplet: 46, 77 and 86. RGB value is (70,119,134). Sum of RGB (Red+Green+Blue) = 70+119+134=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #467786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467786 is #B98879. Grayscale: #696969. Windows color (decimal): -12159098 or 8812358. OLE color: 8812358.

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

Color convert

RGB 70 119 134 -
CMYK 0.48 0.11 0 0.47
HSL 194.06º 0.31% 0.4% -
HSV(B) 194.06º 0.48% 0.53% -
XYZ 13.43 16.22 24.98 -
YUV 106.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 70 119 134 0.48 0.11 0 0.47 194.06 0.31 0.4
Hex 46 77 86 30 B 0 2F C2 1F 28
Octal 106 167 206 60 13 0 57 302 37 50
Binary 1000110 1110111 10000110 110000 1011 0 101111 11000010 11111 101000

Color Harmonies of #467786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467786

Black with #467786

Text Example


Text Example

White with #467786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467786; }

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

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

background-color css

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

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

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

border-color css

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

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

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