Html Css Color HEX #467488 Jelly Bean

📋 copy color: '#467488'

red 70 ◦ green 116 ◦ blue 136

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

Shades of Jelly Bean #467488

Tints of Jelly Bean #467488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 21.74%
G = 36.02%
B = 42.24%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467488 (or 0x467488) is known color: Jelly Bean. HEX triplet: 46, 74 and 88. RGB value is (70,116,136). Sum of RGB (Red+Green+Blue) = 70+116+136=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #467488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467488 is #B98B77. Grayscale: #686868. Windows color (decimal): -12159864 or 8942662. OLE color: 8942662.

HSL color Cylindrical-coordinate representation of color #467488: hue angle of 198.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467488 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 116 136 -
CMYK 0.49 0.15 0 0.47
HSL 198.18º 0.32% 0.4% -
HSV(B) 198.18º 0.49% 0.53% -
XYZ 13.22 15.57 25.6 -
YUV 104.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 70 116 136 0.49 0.15 0 0.47 198.18 0.32 0.4
Hex 46 74 88 31 F 0 2F C6 20 28
Octal 106 164 210 61 17 0 57 306 40 50
Binary 1000110 1110100 10001000 110001 1111 0 101111 11000110 100000 101000

Color Harmonies of #467488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467488

Black with #467488

Text Example


Text Example

White with #467488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467488; }

 p { color: rgb(70,116,136); }

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

background-color css

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

 a { background-color: rgb(70,116,136); }

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

border-color css

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

 span { border-color: rgb(70,116,136); }

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