Html Css Color HEX #457991 Jelly Bean

📋 copy color: '#457991'

red 69 ◦ green 121 ◦ blue 145

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

Shades of Jelly Bean #457991

Tints of Jelly Bean #457991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 20.6%
G = 36.12%
B = 43.28%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#457991 (or 0x457991) is known color: Jelly Bean. HEX triplet: 45, 79 and 91. RGB value is (69,121,145). Sum of RGB (Red+Green+Blue) = 69+121+145=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #457991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457991 is #BA866E. Grayscale: #6C6C6C. Windows color (decimal): -12224111 or 9533765. OLE color: 9533765.

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

Color convert

RGB 69 121 145 -
CMYK 0.52 0.17 0 0.43
HSL 198.95º 0.36% 0.42% -
HSV(B) 198.95º 0.52% 0.57% -
XYZ 14.4 16.98 29.31 -
YUV 108.19 148.77 100.05 -
System Red Green Blue C M Y K H S L
Decimal 69 121 145 0.52 0.17 0 0.43 198.95 0.36 0.42
Hex 45 79 91 34 11 0 2B C7 24 2A
Octal 105 171 221 64 21 0 53 307 44 52
Binary 1000101 1111001 10010001 110100 10001 0 101011 11000111 100100 101010

Color Harmonies of #457991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457991

Black with #457991

Text Example


Text Example

White with #457991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457991; }

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

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

background-color css

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

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

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

border-color css

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

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

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