Html Css Color HEX #457C92 Jelly Bean

📋 copy color: '#457C92'

red 69 ◦ green 124 ◦ blue 146

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

Shades of Jelly Bean #457C92

Tints of Jelly Bean #457C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 20.35%
G = 36.58%
B = 43.07%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#457C92 (or 0x457C92) is known color: Jelly Bean. HEX triplet: 45, 7C and 92. RGB value is (69,124,146). Sum of RGB (Red+Green+Blue) = 69+124+146=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #457C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C92 is #BA836D. Grayscale: #6D6D6D. Windows color (decimal): -12223342 or 9600069. OLE color: 9600069.

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

Color convert

RGB 69 124 146 -
CMYK 0.53 0.15 0 0.43
HSL 197.14º 0.36% 0.42% -
HSV(B) 197.14º 0.53% 0.57% -
XYZ 14.85 17.76 29.84 -
YUV 110.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 69 124 146 0.53 0.15 0 0.43 197.14 0.36 0.42
Hex 45 7C 92 35 F 0 2B C5 24 2A
Octal 105 174 222 65 17 0 53 305 44 52
Binary 1000101 1111100 10010010 110101 1111 0 101011 11000101 100100 101010

Color Harmonies of #457C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457C92

Black with #457C92

Text Example


Text Example

White with #457C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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