Html Css Color HEX #468095 Jelly Bean

📋 copy color: '#468095'

red 70 ◦ green 128 ◦ blue 149

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

Shades of Jelly Bean #468095

Tints of Jelly Bean #468095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.89%

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

R = 20.17%
G = 36.89%
B = 42.94%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#468095 (or 0x468095) is known color: Jelly Bean. HEX triplet: 46, 80 and 95. RGB value is (70,128,149). Sum of RGB (Red+Green+Blue) = 70+128+149=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #468095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468095 is #B97F6A. Grayscale: #707070. Windows color (decimal): -12156779 or 9797702. OLE color: 9797702.

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

Color convert

RGB 70 128 149 -
CMYK 0.53 0.14 0 0.42
HSL 195.95º 0.36% 0.43% -
HSV(B) 195.95º 0.53% 0.58% -
XYZ 15.67 18.91 31.26 -
YUV 113.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 70 128 149 0.53 0.14 0 0.42 195.95 0.36 0.43
Hex 46 80 95 35 E 0 2A C4 24 2B
Octal 106 200 225 65 16 0 52 304 44 53
Binary 1000110 10000000 10010101 110101 1110 0 101010 11000100 100100 101011

Color Harmonies of #468095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468095

Black with #468095

Text Example


Text Example

White with #468095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468095; }

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

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

background-color css

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

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

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

border-color css

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

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

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