Html Css Color HEX #467395 Jelly Bean

📋 copy color: '#467395'

red 70 ◦ green 115 ◦ blue 149

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

Shades of Jelly Bean #467395

Tints of Jelly Bean #467395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 20.96%
G = 34.43%
B = 44.61%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467395 (or 0x467395) is known color: Jelly Bean. HEX triplet: 46, 73 and 95. RGB value is (70,115,149). Sum of RGB (Red+Green+Blue) = 70+115+149=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #467395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467395 is #B98C6A. Grayscale: #696969. Windows color (decimal): -12160107 or 9794374. OLE color: 9794374.

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

Color convert

RGB 70 115 149 -
CMYK 0.53 0.23 0 0.42
HSL 205.82º 0.36% 0.43% -
HSV(B) 205.82º 0.53% 0.58% -
XYZ 14.08 15.73 30.73 -
YUV 105.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 70 115 149 0.53 0.23 0 0.42 205.82 0.36 0.43
Hex 46 73 95 35 17 0 2A CE 24 2B
Octal 106 163 225 65 27 0 52 316 44 53
Binary 1000110 1110011 10010101 110101 10111 0 101010 11001110 100100 101011

Color Harmonies of #467395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467395

Black with #467395

Text Example


Text Example

White with #467395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467395; }

 p { color: rgb(70,115,149); }

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

background-color css

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

 a { background-color: rgb(70,115,149); }

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

border-color css

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

 span { border-color: rgb(70,115,149); }

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