Html Css Color HEX #467795 Jelly Bean

📋 copy color: '#467795'

red 70 ◦ green 119 ◦ blue 149

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

Shades of Jelly Bean #467795

Tints of Jelly Bean #467795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.21%

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

R = 20.71%
G = 35.21%
B = 44.08%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467795 (or 0x467795) is known color: Jelly Bean. HEX triplet: 46, 77 and 95. RGB value is (70,119,149). Sum of RGB (Red+Green+Blue) = 70+119+149=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #467795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467795 is #B9886A. Grayscale: #6B6B6B. Windows color (decimal): -12159083 or 9795398. OLE color: 9795398.

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

Color convert

RGB 70 119 149 -
CMYK 0.53 0.20 0 0.42
HSL 202.78º 0.36% 0.43% -
HSV(B) 202.78º 0.53% 0.58% -
XYZ 14.55 16.67 30.88 -
YUV 107.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 70 119 149 0.53 0.20 0 0.42 202.78 0.36 0.43
Hex 46 77 95 35 14 0 2A CB 24 2B
Octal 106 167 225 65 24 0 52 313 44 53
Binary 1000110 1110111 10010101 110101 10100 0 101010 11001011 100100 101011

Color Harmonies of #467795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467795

Black with #467795

Text Example


Text Example

White with #467795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467795; }

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

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

background-color css

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

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

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

border-color css

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

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

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