Html Css Color HEX #467391 Jelly Bean

📋 copy color: '#467391'

red 70 ◦ green 115 ◦ blue 145

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

Shades of Jelly Bean #467391

Tints of Jelly Bean #467391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 21.21%
G = 34.85%
B = 43.94%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#467391 (or 0x467391) is known color: Jelly Bean. HEX triplet: 46, 73 and 91. RGB value is (70,115,145). Sum of RGB (Red+Green+Blue) = 70+115+145=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #467391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467391 is #B98C6E. Grayscale: #686868. Windows color (decimal): -12160111 or 9532230. OLE color: 9532230.

HSL color Cylindrical-coordinate representation of color #467391: hue angle of 204º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #467391 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 115 145 -
CMYK 0.52 0.21 0 0.43
HSL 204º 0.35% 0.42% -
HSV(B) 204º 0.52% 0.57% -
XYZ 13.77 15.61 29.08 -
YUV 104.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 70 115 145 0.52 0.21 0 0.43 204 0.35 0.42
Hex 46 73 91 34 15 0 2B CC 23 2A
Octal 106 163 221 64 25 0 53 314 43 52
Binary 1000110 1110011 10010001 110100 10101 0 101011 11001100 100011 101010

Color Harmonies of #467391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467391

Black with #467391

Text Example


Text Example

White with #467391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467391; }

 p { color: rgb(70,115,145); }

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

background-color css

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

 a { background-color: rgb(70,115,145); }

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

border-color css

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

 span { border-color: rgb(70,115,145); }

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