Html Css Color HEX #457391 Jelly Bean

📋 copy color: '#457391'

red 69 ◦ green 115 ◦ blue 145

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

Shades of Jelly Bean #457391

Tints of Jelly Bean #457391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

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

R = 20.97%
G = 34.95%
B = 44.07%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#457391 (or 0x457391) is known color: Jelly Bean. HEX triplet: 45, 73 and 91. RGB value is (69,115,145). Sum of RGB (Red+Green+Blue) = 69+115+145=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #457391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457391 is #BA8C6E. Grayscale: #686868. Windows color (decimal): -12225647 or 9532229. OLE color: 9532229.

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

Color convert

RGB 69 115 145 -
CMYK 0.52 0.21 0 0.43
HSL 203.68º 0.36% 0.42% -
HSV(B) 203.68º 0.52% 0.57% -
XYZ 13.7 15.57 29.07 -
YUV 104.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 69 115 145 0.52 0.21 0 0.43 203.68 0.36 0.42
Hex 45 73 91 34 15 0 2B CC 24 2A
Octal 105 163 221 64 25 0 53 314 44 52
Binary 1000101 1110011 10010001 110100 10101 0 101011 11001100 100100 101010

Color Harmonies of #457391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457391

Black with #457391

Text Example


Text Example

White with #457391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457391; }

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

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

background-color css

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

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

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

border-color css

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

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

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