Html Css Color HEX #457490 Jelly Bean

📋 copy color: '#457490'

red 69 ◦ green 116 ◦ blue 144

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

Shades of Jelly Bean #457490

Tints of Jelly Bean #457490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

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

R = 20.97%
G = 35.26%
B = 43.77%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#457490 (or 0x457490) is known color: Jelly Bean. HEX triplet: 45, 74 and 90. RGB value is (69,116,144). Sum of RGB (Red+Green+Blue) = 69+116+144=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #457490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457490 is #BA8B6F. Grayscale: #686868. Windows color (decimal): -12225392 or 9466949. OLE color: 9466949.

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

Color convert

RGB 69 116 144 -
CMYK 0.52 0.19 0 0.44
HSL 202.4º 0.35% 0.42% -
HSV(B) 202.4º 0.52% 0.56% -
XYZ 13.73 15.77 28.71 -
YUV 105.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 69 116 144 0.52 0.19 0 0.44 202.4 0.35 0.42
Hex 45 74 90 34 13 0 2C CA 23 2A
Octal 105 164 220 64 23 0 54 312 43 52
Binary 1000101 1110100 10010000 110100 10011 0 101100 11001010 100011 101010

Color Harmonies of #457490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457490

Black with #457490

Text Example


Text Example

White with #457490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457490; }

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

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

background-color css

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

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

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

border-color css

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

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

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