Html Css Color HEX #457A94 Jelly Bean

📋 copy color: '#457A94'

red 69 ◦ green 122 ◦ blue 148

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

Shades of Jelly Bean #457A94

Tints of Jelly Bean #457A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.99%

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 20.35%
G = 35.99%
B = 43.66%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#457A94 (or 0x457A94) is known color: Jelly Bean. HEX triplet: 45, 7A and 94. RGB value is (69,122,148). Sum of RGB (Red+Green+Blue) = 69+122+148=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #457A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457A94 is #BA856B. Grayscale: #6C6C6C. Windows color (decimal): -12223852 or 9730629. OLE color: 9730629.

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

Color convert

RGB 69 122 148 -
CMYK 0.53 0.18 0 0.42
HSL 199.75º 0.36% 0.43% -
HSV(B) 199.75º 0.53% 0.58% -
XYZ 14.76 17.32 30.58 -
YUV 109.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 69 122 148 0.53 0.18 0 0.42 199.75 0.36 0.43
Hex 45 7A 94 35 12 0 2A C8 24 2B
Octal 105 172 224 65 22 0 52 310 44 53
Binary 1000101 1111010 10010100 110101 10010 0 101010 11001000 100100 101011

Color Harmonies of #457A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457A94

Black with #457A94

Text Example


Text Example

White with #457A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,122,148); }

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

background-color css

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

 a { background-color: rgb(69,122,148); }

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

border-color css

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

 span { border-color: rgb(69,122,148); }

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