Html Css Color HEX #467493 Jelly Bean

📋 copy color: '#467493'

red 70 ◦ green 116 ◦ blue 147

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

Shades of Jelly Bean #467493

Tints of Jelly Bean #467493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 21.02%
G = 34.83%
B = 44.14%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467493 (or 0x467493) is known color: Jelly Bean. HEX triplet: 46, 74 and 93. RGB value is (70,116,147). Sum of RGB (Red+Green+Blue) = 70+116+147=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #467493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467493 is #B98B6C. Grayscale: #696969. Windows color (decimal): -12159853 or 9663558. OLE color: 9663558.

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

Color convert

RGB 70 116 147 -
CMYK 0.52 0.21 0 0.42
HSL 204.16º 0.35% 0.43% -
HSV(B) 204.16º 0.52% 0.58% -
XYZ 14.04 15.9 29.93 -
YUV 105.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 70 116 147 0.52 0.21 0 0.42 204.16 0.35 0.43
Hex 46 74 93 34 15 0 2A CC 23 2B
Octal 106 164 223 64 25 0 52 314 43 53
Binary 1000110 1110100 10010011 110100 10101 0 101010 11001100 100011 101011

Color Harmonies of #467493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467493

Black with #467493

Text Example


Text Example

White with #467493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467493; }

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

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

background-color css

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

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

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

border-color css

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

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

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