Html Css Color HEX #467593 Jelly Bean

📋 copy color: '#467593'

red 70 ◦ green 117 ◦ blue 147

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

Shades of Jelly Bean #467593

Tints of Jelly Bean #467593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.03%

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

R = 20.96%
G = 35.03%
B = 44.01%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467593 (or 0x467593) is known color: Jelly Bean. HEX triplet: 46, 75 and 93. RGB value is (70,117,147). Sum of RGB (Red+Green+Blue) = 70+117+147=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #467593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467593 is #B98A6C. Grayscale: #6A6A6A. Windows color (decimal): -12159597 or 9663814. OLE color: 9663814.

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

Color convert

RGB 70 117 147 -
CMYK 0.52 0.20 0 0.42
HSL 203.38º 0.35% 0.43% -
HSV(B) 203.38º 0.52% 0.58% -
XYZ 14.15 16.13 29.97 -
YUV 106.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 70 117 147 0.52 0.20 0 0.42 203.38 0.35 0.43
Hex 46 75 93 34 14 0 2A CB 23 2B
Octal 106 165 223 64 24 0 52 313 43 53
Binary 1000110 1110101 10010011 110100 10100 0 101010 11001011 100011 101011

Color Harmonies of #467593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467593

Black with #467593

Text Example


Text Example

White with #467593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467593; }

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

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

background-color css

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

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

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

border-color css

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

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

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