Html Css Color HEX #467896 Jelly Bean

📋 copy color: '#467896'

red 70 ◦ green 120 ◦ blue 150

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

Shades of Jelly Bean #467896

Tints of Jelly Bean #467896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.29%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 20.59%
G = 35.29%
B = 44.12%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#467896 (or 0x467896) is known color: Jelly Bean. HEX triplet: 46, 78 and 96. RGB value is (70,120,150). Sum of RGB (Red+Green+Blue) = 70+120+150=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #467896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467896 is #B98769. Grayscale: #6C6C6C. Windows color (decimal): -12158826 or 9861190. OLE color: 9861190.

HSL color Cylindrical-coordinate representation of color #467896: hue angle of 202.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #467896 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 120 150 -
CMYK 0.53 0.20 0 0.41
HSL 202.5º 0.36% 0.43% -
HSV(B) 202.5º 0.53% 0.59% -
XYZ 14.75 16.94 31.35 -
YUV 108.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 70 120 150 0.53 0.20 0 0.41 202.5 0.36 0.43
Hex 46 78 96 35 14 0 29 CA 24 2B
Octal 106 170 226 65 24 0 51 312 44 53
Binary 1000110 1111000 10010110 110101 10100 0 101001 11001010 100100 101011

Color Harmonies of #467896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467896

Black with #467896

Text Example


Text Example

White with #467896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467896; }

 p { color: rgb(70,120,150); }

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

background-color css

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

 a { background-color: rgb(70,120,150); }

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

border-color css

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

 span { border-color: rgb(70,120,150); }

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