Html Css Color HEX #457699 Jelly Bean

📋 copy color: '#457699'

red 69 ◦ green 118 ◦ blue 153

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

Shades of Jelly Bean #457699

Tints of Jelly Bean #457699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

 BLUE value IS 153 (60.16% from 255) = 45%

R = 20.29%
G = 34.71%
B = 45%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#457699 (or 0x457699) is known color: Jelly Bean. HEX triplet: 45, 76 and 99. RGB value is (69,118,153). Sum of RGB (Red+Green+Blue) = 69+118+153=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #457699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457699 is #BA8966. Grayscale: #6B6B6B. Windows color (decimal): -12224871 or 10057285. OLE color: 10057285.

HSL color Cylindrical-coordinate representation of color #457699: hue angle of 205º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #457699 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 118 153 -
CMYK 0.55 0.23 0 0.4
HSL 205º 0.38% 0.44% -
HSV(B) 205º 0.55% 0.6% -
XYZ 14.68 16.52 32.55 -
YUV 107.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 69 118 153 0.55 0.23 0 0.4 205 0.38 0.44
Hex 45 76 99 37 17 0 28 CD 26 2C
Octal 105 166 231 67 27 0 50 315 46 54
Binary 1000101 1110110 10011001 110111 10111 0 101000 11001101 100110 101100

Color Harmonies of #457699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457699

Black with #457699

Text Example


Text Example

White with #457699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457699; }

 p { color: rgb(69,118,153); }

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

background-color css

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

 a { background-color: rgb(69,118,153); }

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

border-color css

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

 span { border-color: rgb(69,118,153); }

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