Html Css Color HEX #467988 Jelly Bean

📋 copy color: '#467988'

red 70 ◦ green 121 ◦ blue 136

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

Shades of Jelly Bean #467988

Tints of Jelly Bean #467988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

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

R = 21.41%
G = 37%
B = 41.59%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467988 (or 0x467988) is known color: Jelly Bean. HEX triplet: 46, 79 and 88. RGB value is (70,121,136). Sum of RGB (Red+Green+Blue) = 70+121+136=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #467988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467988 is #B98677. Grayscale: #6B6B6B. Windows color (decimal): -12158584 or 8943942. OLE color: 8943942.

HSL color Cylindrical-coordinate representation of color #467988: hue angle of 193.64º 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 #467988 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 121 136 -
CMYK 0.49 0.11 0 0.47
HSL 193.64º 0.32% 0.4% -
HSV(B) 193.64º 0.49% 0.53% -
XYZ 13.81 16.75 25.8 -
YUV 107.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 70 121 136 0.49 0.11 0 0.47 193.64 0.32 0.4
Hex 46 79 88 31 B 0 2F C2 20 28
Octal 106 171 210 61 13 0 57 302 40 50
Binary 1000110 1111001 10001000 110001 1011 0 101111 11000010 100000 101000

Color Harmonies of #467988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467988

Black with #467988

Text Example


Text Example

White with #467988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467988; }

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

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

background-color css

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

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

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

border-color css

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

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

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