Html Css Color HEX #457C93 Jelly Bean

📋 copy color: '#457C93'

red 69 ◦ green 124 ◦ blue 147

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

Shades of Jelly Bean #457C93

Tints of Jelly Bean #457C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

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

R = 20.29%
G = 36.47%
B = 43.24%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#457C93 (or 0x457C93) is known color: Jelly Bean. HEX triplet: 45, 7C and 93. RGB value is (69,124,147). Sum of RGB (Red+Green+Blue) = 69+124+147=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #457C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C93 is #BA836C. Grayscale: #6E6E6E. Windows color (decimal): -12223341 or 9665605. OLE color: 9665605.

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

Color convert

RGB 69 124 147 -
CMYK 0.53 0.16 0 0.42
HSL 197.69º 0.36% 0.42% -
HSV(B) 197.69º 0.53% 0.58% -
XYZ 14.93 17.79 30.25 -
YUV 110.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 69 124 147 0.53 0.16 0 0.42 197.69 0.36 0.42
Hex 45 7C 93 35 10 0 2A C6 24 2A
Octal 105 174 223 65 20 0 52 306 44 52
Binary 1000101 1111100 10010011 110101 10000 0 101010 11000110 100100 101010

Color Harmonies of #457C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457C93

Black with #457C93

Text Example


Text Example

White with #457C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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