Html Css Color HEX #467A90 Jelly Bean

📋 copy color: '#467A90'

red 70 ◦ green 122 ◦ blue 144

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

Shades of Jelly Bean #467A90

Tints of Jelly Bean #467A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

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

R = 20.83%
G = 36.31%
B = 42.86%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#467A90 (or 0x467A90) is known color: Jelly Bean. HEX triplet: 46, 7A and 90. RGB value is (70,122,144). Sum of RGB (Red+Green+Blue) = 70+122+144=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #467A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A90 is #B9856F. Grayscale: #6C6C6C. Windows color (decimal): -12158320 or 9468486. OLE color: 9468486.

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

Color convert

RGB 70 122 144 -
CMYK 0.51 0.15 0 0.44
HSL 197.84º 0.35% 0.42% -
HSV(B) 197.84º 0.51% 0.56% -
XYZ 14.52 17.23 28.95 -
YUV 108.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 70 122 144 0.51 0.15 0 0.44 197.84 0.35 0.42
Hex 46 7A 90 33 F 0 2C C6 23 2A
Octal 106 172 220 63 17 0 54 306 43 52
Binary 1000110 1111010 10010000 110011 1111 0 101100 11000110 100011 101010

Color Harmonies of #467A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A90

Black with #467A90

Text Example


Text Example

White with #467A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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