Html Css Color HEX #467A97 Jelly Bean

📋 copy color: '#467A97'

red 70 ◦ green 122 ◦ blue 151

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

Shades of Jelly Bean #467A97

Tints of Jelly Bean #467A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.02%

R = 20.41%
G = 35.57%
B = 44.02%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#467A97 (or 0x467A97) is known color: Jelly Bean. HEX triplet: 46, 7A and 97. RGB value is (70,122,151). Sum of RGB (Red+Green+Blue) = 70+122+151=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #467A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A97 is #B98568. Grayscale: #6D6D6D. Windows color (decimal): -12158313 or 9927238. OLE color: 9927238.

HSL color Cylindrical-coordinate representation of color #467A97: hue angle of 201.48º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #467A97 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 122 151 -
CMYK 0.54 0.19 0 0.41
HSL 201.48º 0.37% 0.43% -
HSV(B) 201.48º 0.54% 0.59% -
XYZ 15.07 17.46 31.85 -
YUV 109.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 70 122 151 0.54 0.19 0 0.41 201.48 0.37 0.43
Hex 46 7A 97 36 13 0 29 C9 25 2B
Octal 106 172 227 66 23 0 51 311 45 53
Binary 1000110 1111010 10010111 110110 10011 0 101001 11001001 100101 101011

Color Harmonies of #467A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467A97

Black with #467A97

Text Example


Text Example

White with #467A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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