Html Css Color HEX #468190 Jelly Bean

📋 copy color: '#468190'

red 70 ◦ green 129 ◦ blue 144

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

Shades of Jelly Bean #468190

Tints of Jelly Bean #468190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.61%

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 20.41%
G = 37.61%
B = 41.98%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#468190 (or 0x468190) is known color: Jelly Bean. HEX triplet: 46, 81 and 90. RGB value is (70,129,144). Sum of RGB (Red+Green+Blue) = 70+129+144=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #468190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468190 is #B97E6F. Grayscale: #707070. Windows color (decimal): -12156528 or 9470278. OLE color: 9470278.

HSL color Cylindrical-coordinate representation of color #468190: hue angle of 192.16º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468190 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 129 144 -
CMYK 0.51 0.10 0 0.44
HSL 192.16º 0.35% 0.42% -
HSV(B) 192.16º 0.51% 0.56% -
XYZ 15.41 19.02 29.24 -
YUV 113.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 70 129 144 0.51 0.10 0 0.44 192.16 0.35 0.42
Hex 46 81 90 33 A 0 2C C0 23 2A
Octal 106 201 220 63 12 0 54 300 43 52
Binary 1000110 10000001 10010000 110011 1010 0 101100 11000000 100011 101010

Color Harmonies of #468190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468190

Black with #468190

Text Example


Text Example

White with #468190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468190; }

 p { color: rgb(70,129,144); }

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

background-color css

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

 a { background-color: rgb(70,129,144); }

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

border-color css

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

 span { border-color: rgb(70,129,144); }

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