Html Css Color HEX #467E99 Jelly Bean

📋 copy color: '#467E99'

red 70 ◦ green 126 ◦ blue 153

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

Shades of Jelly Bean #467E99

Tints of Jelly Bean #467E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 20.06%
G = 36.1%
B = 43.84%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#467E99 (or 0x467E99) is known color: Jelly Bean. HEX triplet: 46, 7E and 99. RGB value is (70,126,153). Sum of RGB (Red+Green+Blue) = 70+126+153=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #467E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E99 is #B98166. Grayscale: #707070. Windows color (decimal): -12157287 or 10059334. OLE color: 10059334.

HSL color Cylindrical-coordinate representation of color #467E99: hue angle of 199.52º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #467E99 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 126 153 -
CMYK 0.54 0.18 0 0.4
HSL 199.52º 0.37% 0.44% -
HSV(B) 199.52º 0.54% 0.6% -
XYZ 15.74 18.52 32.88 -
YUV 112.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 70 126 153 0.54 0.18 0 0.4 199.52 0.37 0.44
Hex 46 7E 99 36 12 0 28 C8 25 2C
Octal 106 176 231 66 22 0 50 310 45 54
Binary 1000110 1111110 10011001 110110 10010 0 101000 11001000 100101 101100

Color Harmonies of #467E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E99

Black with #467E99

Text Example


Text Example

White with #467E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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