Html Css Color HEX #467292 Jelly Bean

📋 copy color: '#467292'

red 70 ◦ green 114 ◦ blue 146

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

Shades of Jelly Bean #467292

Tints of Jelly Bean #467292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.55%

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

R = 21.21%
G = 34.55%
B = 44.24%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#467292 (or 0x467292) is known color: Jelly Bean. HEX triplet: 46, 72 and 92. RGB value is (70,114,146). Sum of RGB (Red+Green+Blue) = 70+114+146=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #467292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467292 is #B98D6D. Grayscale: #686868. Windows color (decimal): -12160366 or 9597510. OLE color: 9597510.

HSL color Cylindrical-coordinate representation of color #467292: hue angle of 205.26º 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 #467292 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 114 146 -
CMYK 0.52 0.22 0 0.43
HSL 205.26º 0.35% 0.42% -
HSV(B) 205.26º 0.52% 0.57% -
XYZ 13.73 15.41 29.45 -
YUV 104.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 70 114 146 0.52 0.22 0 0.43 205.26 0.35 0.42
Hex 46 72 92 34 16 0 2B CD 23 2A
Octal 106 162 222 64 26 0 53 315 43 52
Binary 1000110 1110010 10010010 110100 10110 0 101011 11001101 100011 101010

Color Harmonies of #467292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467292

Black with #467292

Text Example


Text Example

White with #467292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467292; }

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

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

background-color css

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

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

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

border-color css

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

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

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