Html Css Color HEX #467999 Jelly Bean

📋 copy color: '#467999'

red 70 ◦ green 121 ◦ blue 153

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

Shades of Jelly Bean #467999

Tints of Jelly Bean #467999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.17%

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

R = 20.35%
G = 35.17%
B = 44.48%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#467999 (or 0x467999) is known color: Jelly Bean. HEX triplet: 46, 79 and 99. RGB value is (70,121,153). Sum of RGB (Red+Green+Blue) = 70+121+153=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #467999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467999 is #B98666. Grayscale: #6D6D6D. Windows color (decimal): -12158567 or 10058054. OLE color: 10058054.

HSL color Cylindrical-coordinate representation of color #467999: hue angle of 203.13º 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 #467999 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 121 153 -
CMYK 0.54 0.21 0 0.4
HSL 203.13º 0.37% 0.44% -
HSV(B) 203.13º 0.54% 0.6% -
XYZ 15.11 17.28 32.68 -
YUV 109.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 70 121 153 0.54 0.21 0 0.4 203.13 0.37 0.44
Hex 46 79 99 36 15 0 28 CB 25 2C
Octal 106 171 231 66 25 0 50 313 45 54
Binary 1000110 1111001 10011001 110110 10101 0 101000 11001011 100101 101100

Color Harmonies of #467999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467999

Black with #467999

Text Example


Text Example

White with #467999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467999; }

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

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

background-color css

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

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

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

border-color css

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

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

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