Html Css Color HEX #467290 Jelly Bean

📋 copy color: '#467290'

red 70 ◦ green 114 ◦ blue 144

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

Shades of Jelly Bean #467290

Tints of Jelly Bean #467290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

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

R = 21.34%
G = 34.76%
B = 43.9%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#467290 (or 0x467290) is known color: Jelly Bean. HEX triplet: 46, 72 and 90. RGB value is (70,114,144). Sum of RGB (Red+Green+Blue) = 70+114+144=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #467290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467290 is #B98D6F. Grayscale: #686868. Windows color (decimal): -12160368 or 9466438. OLE color: 9466438.

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

Color convert

RGB 70 114 144 -
CMYK 0.51 0.21 0 0.44
HSL 204.32º 0.35% 0.42% -
HSV(B) 204.32º 0.51% 0.56% -
XYZ 13.58 15.35 28.63 -
YUV 104.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 70 114 144 0.51 0.21 0 0.44 204.32 0.35 0.42
Hex 46 72 90 33 15 0 2C CC 23 2A
Octal 106 162 220 63 25 0 54 314 43 52
Binary 1000110 1110010 10010000 110011 10101 0 101100 11001100 100011 101010

Color Harmonies of #467290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467290

Black with #467290

Text Example


Text Example

White with #467290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467290; }

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

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

background-color css

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

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

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

border-color css

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

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

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