Html Css Color HEX #457491 Jelly Bean

📋 copy color: '#457491'

red 69 ◦ green 116 ◦ blue 145

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

Shades of Jelly Bean #457491

Tints of Jelly Bean #457491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.94%

R = 20.91%
G = 35.15%
B = 43.94%

CMYK

 C value IS 0.52

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#457491 (or 0x457491) is known color: Jelly Bean. HEX triplet: 45, 74 and 91. RGB value is (69,116,145). Sum of RGB (Red+Green+Blue) = 69+116+145=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #457491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457491 is #BA8B6E. Grayscale: #696969. Windows color (decimal): -12225391 or 9532485. OLE color: 9532485.

HSL color Cylindrical-coordinate representation of color #457491: hue angle of 202.89º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457491 is Cyan = 0.52, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 116 145 -
CMYK 0.52 0.2 0 0.43
HSL 202.89º 0.36% 0.42% -
HSV(B) 202.89º 0.52% 0.57% -
XYZ 13.81 15.8 29.11 -
YUV 105.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 69 116 145 0.52 0.2 0 0.43 202.89 0.36 0.42
Hex 45 74 91 34 14 0 2B CB 24 2A
Octal 105 164 221 64 24 0 53 313 44 52
Binary 1000101 1110100 10010001 110100 10100 0 101011 11001011 100100 101010

Color Harmonies of #457491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457491

Black with #457491

Text Example


Text Example

White with #457491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457491; }

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

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

background-color css

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

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

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

border-color css

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

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

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