Html Css Color HEX #457791 Jelly Bean

📋 copy color: '#457791'

red 69 ◦ green 119 ◦ blue 145

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

Shades of Jelly Bean #457791

Tints of Jelly Bean #457791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

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

R = 20.72%
G = 35.74%
B = 43.54%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#457791 (or 0x457791) is known color: Jelly Bean. HEX triplet: 45, 77 and 91. RGB value is (69,119,145). Sum of RGB (Red+Green+Blue) = 69+119+145=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #457791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457791 is #BA886E. Grayscale: #6A6A6A. Windows color (decimal): -12224623 or 9533253. OLE color: 9533253.

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

Color convert

RGB 69 119 145 -
CMYK 0.52 0.18 0 0.43
HSL 200.53º 0.36% 0.42% -
HSV(B) 200.53º 0.52% 0.57% -
XYZ 14.16 16.5 29.23 -
YUV 107.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 69 119 145 0.52 0.18 0 0.43 200.53 0.36 0.42
Hex 45 77 91 34 12 0 2B C9 24 2A
Octal 105 167 221 64 22 0 53 311 44 52
Binary 1000101 1110111 10010001 110100 10010 0 101011 11001001 100100 101010

Color Harmonies of #457791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457791

Black with #457791

Text Example


Text Example

White with #457791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457791; }

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

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

background-color css

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

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

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

border-color css

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

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

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