Html Css Color HEX #458290 Jelly Bean

📋 copy color: '#458290'

red 69 ◦ green 130 ◦ blue 144

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

Shades of Jelly Bean #458290

Tints of Jelly Bean #458290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

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

R = 20.12%
G = 37.9%
B = 41.98%

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

#458290 (or 0x458290) is known color: Jelly Bean. HEX triplet: 45, 82 and 90. RGB value is (69,130,144). Sum of RGB (Red+Green+Blue) = 69+130+144=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 130 (51.17% from 255 or 37.90% 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 #458290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458290 is #BA7D6F. Grayscale: #717171. Windows color (decimal): -12221808 or 9470533. OLE color: 9470533.

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

Color convert

RGB 69 130 144 -
CMYK 0.52 0.10 0 0.44
HSL 191.2º 0.35% 0.42% -
HSV(B) 191.2º 0.52% 0.56% -
XYZ 15.47 19.24 29.28 -
YUV 113.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 69 130 144 0.52 0.10 0 0.44 191.2 0.35 0.42
Hex 45 82 90 34 A 0 2C BF 23 2A
Octal 105 202 220 64 12 0 54 277 43 52
Binary 1000101 10000010 10010000 110100 1010 0 101100 10111111 100011 101010

Color Harmonies of #458290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458290

Black with #458290

Text Example


Text Example

White with #458290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458290; }

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

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

background-color css

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

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

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

border-color css

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

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

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