Html Css Color HEX #467F97 Jelly Bean

📋 copy color: '#467F97'

red 70 ◦ green 127 ◦ blue 151

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

Shades of Jelly Bean #467F97

Tints of Jelly Bean #467F97

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

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

R = 20.11%
G = 36.49%
B = 43.39%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#467F97 (or 0x467F97) is known color: Jelly Bean. HEX triplet: 46, 7F and 97. RGB value is (70,127,151). Sum of RGB (Red+Green+Blue) = 70+127+151=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 151 - color contains mainly: blue. Hex color #467F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F97 is #B98068. Grayscale: #707070. Windows color (decimal): -12157033 or 9928518. OLE color: 9928518.

HSL color Cylindrical-coordinate representation of color #467F97: hue angle of 197.78º 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 #467F97 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 127 151 -
CMYK 0.54 0.16 0 0.41
HSL 197.78º 0.37% 0.43% -
HSV(B) 197.78º 0.54% 0.59% -
XYZ 15.7 18.72 32.06 -
YUV 112.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 70 127 151 0.54 0.16 0 0.41 197.78 0.37 0.43
Hex 46 7F 97 36 10 0 29 C6 25 2B
Octal 106 177 227 66 20 0 51 306 45 53
Binary 1000110 1111111 10010111 110110 10000 0 101001 11000110 100101 101011

Color Harmonies of #467F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F97

Black with #467F97

Text Example


Text Example

White with #467F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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