Html Css Color HEX #457393 Jelly Bean

📋 copy color: '#457393'

red 69 ◦ green 115 ◦ blue 147

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

Shades of Jelly Bean #457393

Tints of Jelly Bean #457393

RGB

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

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

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

R = 20.85%
G = 34.74%
B = 44.41%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#457393 (or 0x457393) is known color: Jelly Bean. HEX triplet: 45, 73 and 93. RGB value is (69,115,147). Sum of RGB (Red+Green+Blue) = 69+115+147=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #457393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457393 is #BA8C6C. Grayscale: #686868. Windows color (decimal): -12225645 or 9663301. OLE color: 9663301.

HSL color Cylindrical-coordinate representation of color #457393: hue angle of 204.62º 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 #457393 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 115 147 -
CMYK 0.53 0.22 0 0.42
HSL 204.62º 0.36% 0.42% -
HSV(B) 204.62º 0.53% 0.58% -
XYZ 13.85 15.63 29.89 -
YUV 104.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 69 115 147 0.53 0.22 0 0.42 204.62 0.36 0.42
Hex 45 73 93 35 16 0 2A CD 24 2A
Octal 105 163 223 65 26 0 52 315 44 52
Binary 1000101 1110011 10010011 110101 10110 0 101010 11001101 100100 101010

Color Harmonies of #457393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457393

Black with #457393

Text Example


Text Example

White with #457393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457393; }

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

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

background-color css

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

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

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

border-color css

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

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

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