Html Css Color HEX #467E91 Jelly Bean

📋 copy color: '#467E91'

red 70 ◦ green 126 ◦ blue 145

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

Shades of Jelly Bean #467E91

Tints of Jelly Bean #467E91

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.95%

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

R = 20.53%
G = 36.95%
B = 42.52%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#467E91 (or 0x467E91) is known color: Jelly Bean. HEX triplet: 46, 7E and 91. RGB value is (70,126,145). Sum of RGB (Red+Green+Blue) = 70+126+145=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #467E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E91 is #B9816E. Grayscale: #6F6F6F. Windows color (decimal): -12157295 or 9535046. OLE color: 9535046.

HSL color Cylindrical-coordinate representation of color #467E91: hue angle of 195.2º 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 #467E91 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 126 145 -
CMYK 0.52 0.13 0 0.43
HSL 195.2º 0.35% 0.42% -
HSV(B) 195.2º 0.52% 0.57% -
XYZ 15.1 18.27 29.52 -
YUV 111.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 70 126 145 0.52 0.13 0 0.43 195.2 0.35 0.42
Hex 46 7E 91 34 D 0 2B C3 23 2A
Octal 106 176 221 64 15 0 53 303 43 52
Binary 1000110 1111110 10010001 110100 1101 0 101011 11000011 100011 101010

Color Harmonies of #467E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E91

Black with #467E91

Text Example


Text Example

White with #467E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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