Html Css Color HEX #457D93 Jelly Bean

📋 copy color: '#457D93'

red 69 ◦ green 125 ◦ blue 147

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

Shades of Jelly Bean #457D93

Tints of Jelly Bean #457D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.66%

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

R = 20.23%
G = 36.66%
B = 43.11%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#457D93 (or 0x457D93) is known color: Jelly Bean. HEX triplet: 45, 7D and 93. RGB value is (69,125,147). Sum of RGB (Red+Green+Blue) = 69+125+147=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #457D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457D93 is #BA826C. Grayscale: #6E6E6E. Windows color (decimal): -12223085 or 9665861. OLE color: 9665861.

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

Color convert

RGB 69 125 147 -
CMYK 0.53 0.15 0 0.42
HSL 196.92º 0.36% 0.42% -
HSV(B) 196.92º 0.53% 0.58% -
XYZ 15.05 18.04 30.29 -
YUV 110.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 69 125 147 0.53 0.15 0 0.42 196.92 0.36 0.42
Hex 45 7D 93 35 F 0 2A C5 24 2A
Octal 105 175 223 65 17 0 52 305 44 52
Binary 1000101 1111101 10010011 110101 1111 0 101010 11000101 100100 101010

Color Harmonies of #457D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457D93

Black with #457D93

Text Example


Text Example

White with #457D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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