Html Css Color HEX #457290 Jelly Bean

📋 copy color: '#457290'

red 69 ◦ green 114 ◦ blue 144

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

Shades of Jelly Bean #457290

Tints of Jelly Bean #457290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 21.1%
G = 34.86%
B = 44.04%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#457290 (or 0x457290) is known color: Jelly Bean. HEX triplet: 45, 72 and 90. RGB value is (69,114,144). Sum of RGB (Red+Green+Blue) = 69+114+144=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #457290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457290 is #BA8D6F. Grayscale: #676767. Windows color (decimal): -12225904 or 9466437. OLE color: 9466437.

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

Color convert

RGB 69 114 144 -
CMYK 0.52 0.21 0 0.44
HSL 204º 0.35% 0.42% -
HSV(B) 204º 0.52% 0.56% -
XYZ 13.51 15.31 28.63 -
YUV 103.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 69 114 144 0.52 0.21 0 0.44 204 0.35 0.42
Hex 45 72 90 34 15 0 2C CC 23 2A
Octal 105 162 220 64 25 0 54 314 43 52
Binary 1000101 1110010 10010000 110100 10101 0 101100 11001100 100011 101010

Color Harmonies of #457290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457290

Black with #457290

Text Example


Text Example

White with #457290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457290; }

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

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

background-color css

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

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

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

border-color css

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

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

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