Html Css Color HEX #467895 Jelly Bean

📋 copy color: '#467895'

red 70 ◦ green 120 ◦ blue 149

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

Shades of Jelly Bean #467895

Tints of Jelly Bean #467895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.4%

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

R = 20.65%
G = 35.4%
B = 43.95%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467895 (or 0x467895) is known color: Jelly Bean. HEX triplet: 46, 78 and 95. RGB value is (70,120,149). Sum of RGB (Red+Green+Blue) = 70+120+149=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #467895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467895 is #B9876A. Grayscale: #6C6C6C. Windows color (decimal): -12158827 or 9795654. OLE color: 9795654.

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

Color convert

RGB 70 120 149 -
CMYK 0.53 0.19 0 0.42
HSL 202.03º 0.36% 0.43% -
HSV(B) 202.03º 0.53% 0.58% -
XYZ 14.67 16.9 30.92 -
YUV 108.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 70 120 149 0.53 0.19 0 0.42 202.03 0.36 0.43
Hex 46 78 95 35 13 0 2A CA 24 2B
Octal 106 170 225 65 23 0 52 312 44 53
Binary 1000110 1111000 10010101 110101 10011 0 101010 11001010 100100 101011

Color Harmonies of #467895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467895

Black with #467895

Text Example


Text Example

White with #467895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467895; }

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

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

background-color css

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

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

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

border-color css

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

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

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