Html Css Color HEX #458190 Jelly Bean

📋 copy color: '#458190'

red 69 ◦ green 129 ◦ blue 144

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

Shades of Jelly Bean #458190

Tints of Jelly Bean #458190

RGB

 RED value IS 69 (27.34% from 255) = 20.18%

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

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

R = 20.18%
G = 37.72%
B = 42.11%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#458190 (or 0x458190) is known color: Jelly Bean. HEX triplet: 45, 81 and 90. RGB value is (69,129,144). Sum of RGB (Red+Green+Blue) = 69+129+144=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #458190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458190 is #BA7E6F. Grayscale: #707070. Windows color (decimal): -12222064 or 9470277. OLE color: 9470277.

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

Color convert

RGB 69 129 144 -
CMYK 0.52 0.10 0 0.44
HSL 192º 0.35% 0.42% -
HSV(B) 192º 0.52% 0.56% -
XYZ 15.34 18.98 29.24 -
YUV 112.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 69 129 144 0.52 0.10 0 0.44 192 0.35 0.42
Hex 45 81 90 34 A 0 2C C0 23 2A
Octal 105 201 220 64 12 0 54 300 43 52
Binary 1000101 10000001 10010000 110100 1010 0 101100 11000000 100011 101010

Color Harmonies of #458190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458190

Black with #458190

Text Example


Text Example

White with #458190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458190; }

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

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

background-color css

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

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

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

border-color css

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

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

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