Html Css Color HEX #457593 Jelly Bean

📋 copy color: '#457593'

red 69 ◦ green 117 ◦ blue 147

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

Shades of Jelly Bean #457593

Tints of Jelly Bean #457593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.14%

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 20.72%
G = 35.14%
B = 44.14%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#457593 (or 0x457593) is known color: Jelly Bean. HEX triplet: 45, 75 and 93. RGB value is (69,117,147). Sum of RGB (Red+Green+Blue) = 69+117+147=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #457593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457593 is #BA8A6C. Grayscale: #696969. Windows color (decimal): -12225133 or 9663813. OLE color: 9663813.

HSL color Cylindrical-coordinate representation of color #457593: hue angle of 203.08º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #457593 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 117 147 -
CMYK 0.53 0.20 0 0.42
HSL 203.08º 0.36% 0.42% -
HSV(B) 203.08º 0.53% 0.58% -
XYZ 14.08 16.09 29.97 -
YUV 106.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 69 117 147 0.53 0.20 0 0.42 203.08 0.36 0.42
Hex 45 75 93 35 14 0 2A CB 24 2A
Octal 105 165 223 65 24 0 52 313 44 52
Binary 1000101 1110101 10010011 110101 10100 0 101010 11001011 100100 101010

Color Harmonies of #457593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457593

Black with #457593

Text Example


Text Example

White with #457593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457593; }

 p { color: rgb(69,117,147); }

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

background-color css

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

 a { background-color: rgb(69,117,147); }

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

border-color css

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

 span { border-color: rgb(69,117,147); }

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