Html Css Color HEX #467595 Jelly Bean

📋 copy color: '#467595'

red 70 ◦ green 117 ◦ blue 149

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

Shades of Jelly Bean #467595

Tints of Jelly Bean #467595

RGB

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

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

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

R = 20.83%
G = 34.82%
B = 44.35%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#467595 (or 0x467595) is known color: Jelly Bean. HEX triplet: 46, 75 and 95. RGB value is (70,117,149). Sum of RGB (Red+Green+Blue) = 70+117+149=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #467595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467595 is #B98A6A. Grayscale: #6A6A6A. Windows color (decimal): -12159595 or 9794886. OLE color: 9794886.

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

Color convert

RGB 70 117 149 -
CMYK 0.53 0.21 0 0.42
HSL 204.3º 0.36% 0.43% -
HSV(B) 204.3º 0.53% 0.58% -
XYZ 14.31 16.19 30.81 -
YUV 106.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 70 117 149 0.53 0.21 0 0.42 204.3 0.36 0.43
Hex 46 75 95 35 15 0 2A CC 24 2B
Octal 106 165 225 65 25 0 52 314 44 53
Binary 1000110 1110101 10010101 110101 10101 0 101010 11001100 100100 101011

Color Harmonies of #467595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467595

Black with #467595

Text Example


Text Example

White with #467595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467595; }

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

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

background-color css

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

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

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

border-color css

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

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

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