Html Css Color HEX #458090 Jelly Bean

📋 copy color: '#458090'

red 69 ◦ green 128 ◦ blue 144

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

Shades of Jelly Bean #458090

Tints of Jelly Bean #458090

RGB

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

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

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

R = 20.23%
G = 37.54%
B = 42.23%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#458090 (or 0x458090) is known color: Jelly Bean. HEX triplet: 45, 80 and 90. RGB value is (69,128,144). Sum of RGB (Red+Green+Blue) = 69+128+144=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #458090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458090 is #BA7F6F. Grayscale: #707070. Windows color (decimal): -12222320 or 9470021. OLE color: 9470021.

HSL color Cylindrical-coordinate representation of color #458090: hue angle of 192.8º 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 #458090 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 128 144 -
CMYK 0.52 0.11 0 0.44
HSL 192.8º 0.35% 0.42% -
HSV(B) 192.8º 0.52% 0.56% -
XYZ 15.21 18.72 29.2 -
YUV 112.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 69 128 144 0.52 0.11 0 0.44 192.8 0.35 0.42
Hex 45 80 90 34 B 0 2C C1 23 2A
Octal 105 200 220 64 13 0 54 301 43 52
Binary 1000101 10000000 10010000 110100 1011 0 101100 11000001 100011 101010

Color Harmonies of #458090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458090

Black with #458090

Text Example


Text Example

White with #458090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458090; }

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

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

background-color css

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

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

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

border-color css

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

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

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