Html Css Color HEX #457990 Jelly Bean

📋 copy color: '#457990'

red 69 ◦ green 121 ◦ blue 144

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

Shades of Jelly Bean #457990

Tints of Jelly Bean #457990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 20.66%
G = 36.23%
B = 43.11%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#457990 (or 0x457990) is known color: Jelly Bean. HEX triplet: 45, 79 and 90. RGB value is (69,121,144). Sum of RGB (Red+Green+Blue) = 69+121+144=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #457990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457990 is #BA866F. Grayscale: #6B6B6B. Windows color (decimal): -12224112 or 9468229. OLE color: 9468229.

HSL color Cylindrical-coordinate representation of color #457990: hue angle of 198.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #457990 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 69 121 144 -
CMYK 0.52 0.16 0 0.44
HSL 198.4º 0.35% 0.42% -
HSV(B) 198.4º 0.52% 0.56% -
XYZ 14.33 16.95 28.9 -
YUV 108.07 148.27 100.13 -
System Red Green Blue C M Y K H S L
Decimal 69 121 144 0.52 0.16 0 0.44 198.4 0.35 0.42
Hex 45 79 90 34 10 0 2C C6 23 2A
Octal 105 171 220 64 20 0 54 306 43 52
Binary 1000101 1111001 10010000 110100 10000 0 101100 11000110 100011 101010

Color Harmonies of #457990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457990

Black with #457990

Text Example


Text Example

White with #457990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457990; }

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

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

background-color css

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

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

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

border-color css

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

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

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