Html Css Color HEX #457994 Jelly Bean

📋 copy color: '#457994'

red 69 ◦ green 121 ◦ blue 148

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

Shades of Jelly Bean #457994

Tints of Jelly Bean #457994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

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

R = 20.41%
G = 35.8%
B = 43.79%

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

#457994 (or 0x457994) is known color: Jelly Bean. HEX triplet: 45, 79 and 94. RGB value is (69,121,148). Sum of RGB (Red+Green+Blue) = 69+121+148=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #457994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457994 is #BA866B. Grayscale: #6C6C6C. Windows color (decimal): -12224108 or 9730373. OLE color: 9730373.

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

Color convert

RGB 69 121 148 -
CMYK 0.53 0.18 0 0.42
HSL 200.51º 0.36% 0.43% -
HSV(B) 200.51º 0.53% 0.58% -
XYZ 14.64 17.08 30.54 -
YUV 108.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 69 121 148 0.53 0.18 0 0.42 200.51 0.36 0.43
Hex 45 79 94 35 12 0 2A C9 24 2B
Octal 105 171 224 65 22 0 52 311 44 53
Binary 1000101 1111001 10010100 110101 10010 0 101010 11001001 100100 101011

Color Harmonies of #457994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457994

Black with #457994

Text Example


Text Example

White with #457994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457994; }

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

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

background-color css

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

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

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

border-color css

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

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

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