Html Css Color HEX #457493 Jelly Bean

📋 copy color: '#457493'

red 69 ◦ green 116 ◦ blue 147

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

Shades of Jelly Bean #457493

Tints of Jelly Bean #457493

RGB

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

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

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

R = 20.78%
G = 34.94%
B = 44.28%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#457493 (or 0x457493) is known color: Jelly Bean. HEX triplet: 45, 74 and 93. RGB value is (69,116,147). Sum of RGB (Red+Green+Blue) = 69+116+147=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #457493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457493 is #BA8B6C. Grayscale: #696969. Windows color (decimal): -12225389 or 9663557. OLE color: 9663557.

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

Color convert

RGB 69 116 147 -
CMYK 0.53 0.21 0 0.42
HSL 203.85º 0.36% 0.42% -
HSV(B) 203.85º 0.53% 0.58% -
XYZ 13.97 15.86 29.93 -
YUV 105.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 69 116 147 0.53 0.21 0 0.42 203.85 0.36 0.42
Hex 45 74 93 35 15 0 2A CC 24 2A
Octal 105 164 223 65 25 0 52 314 44 52
Binary 1000101 1110100 10010011 110101 10101 0 101010 11001100 100100 101010

Color Harmonies of #457493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457493

Black with #457493

Text Example


Text Example

White with #457493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457493; }

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

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

background-color css

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

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

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

border-color css

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

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

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