Html Css Color HEX #467992 Jelly Bean

📋 copy color: '#467992'

red 70 ◦ green 121 ◦ blue 146

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

Shades of Jelly Bean #467992

Tints of Jelly Bean #467992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 20.77%
G = 35.91%
B = 43.32%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#467992 (or 0x467992) is known color: Jelly Bean. HEX triplet: 46, 79 and 92. RGB value is (70,121,146). Sum of RGB (Red+Green+Blue) = 70+121+146=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #467992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467992 is #B9866D. Grayscale: #6C6C6C. Windows color (decimal): -12158574 or 9599302. OLE color: 9599302.

HSL color Cylindrical-coordinate representation of color #467992: hue angle of 199.74º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #467992 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 121 146 -
CMYK 0.52 0.17 0 0.43
HSL 199.74º 0.35% 0.42% -
HSV(B) 199.74º 0.52% 0.57% -
XYZ 14.55 17.05 29.72 -
YUV 108.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 70 121 146 0.52 0.17 0 0.43 199.74 0.35 0.42
Hex 46 79 92 34 11 0 2B C8 23 2A
Octal 106 171 222 64 21 0 53 310 43 52
Binary 1000110 1111001 10010010 110100 10001 0 101011 11001000 100011 101010

Color Harmonies of #467992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467992

Black with #467992

Text Example


Text Example

White with #467992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467992; }

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

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

background-color css

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

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

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

border-color css

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

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

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