Html Css Color HEX #467990 Jelly Bean

📋 copy color: '#467990'

red 70 ◦ green 121 ◦ blue 144

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

Shades of Jelly Bean #467990

Tints of Jelly Bean #467990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 20.9%
G = 36.12%
B = 42.99%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#467990 (or 0x467990) is known color: Jelly Bean. HEX triplet: 46, 79 and 90. RGB value is (70,121,144). Sum of RGB (Red+Green+Blue) = 70+121+144=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #467990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467990 is #B9866F. Grayscale: #6C6C6C. Windows color (decimal): -12158576 or 9468230. OLE color: 9468230.

HSL color Cylindrical-coordinate representation of color #467990: hue angle of 198.65º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #467990 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 121 144 -
CMYK 0.51 0.16 0 0.44
HSL 198.65º 0.35% 0.42% -
HSV(B) 198.65º 0.51% 0.56% -
XYZ 14.4 16.99 28.91 -
YUV 108.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 70 121 144 0.51 0.16 0 0.44 198.65 0.35 0.42
Hex 46 79 90 33 10 0 2C C7 23 2A
Octal 106 171 220 63 20 0 54 307 43 52
Binary 1000110 1111001 10010000 110011 10000 0 101100 11000111 100011 101010

Color Harmonies of #467990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467990

Black with #467990

Text Example


Text Example

White with #467990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467990; }

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

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

background-color css

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

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

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

border-color css

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

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

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