Html Css Color HEX #457599 Jelly Bean

📋 copy color: '#457599'

red 69 ◦ green 117 ◦ blue 153

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

Shades of Jelly Bean #457599

Tints of Jelly Bean #457599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

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

R = 20.35%
G = 34.51%
B = 45.13%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#457599 (or 0x457599) is known color: Jelly Bean. HEX triplet: 45, 75 and 99. RGB value is (69,117,153). Sum of RGB (Red+Green+Blue) = 69+117+153=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #457599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457599 is #BA8A66. Grayscale: #6A6A6A. Windows color (decimal): -12225127 or 10057029. OLE color: 10057029.

HSL color Cylindrical-coordinate representation of color #457599: hue angle of 205.71º 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 #457599 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 117 153 -
CMYK 0.55 0.24 0 0.4
HSL 205.71º 0.38% 0.44% -
HSV(B) 205.71º 0.55% 0.6% -
XYZ 14.57 16.29 32.51 -
YUV 106.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 69 117 153 0.55 0.24 0 0.4 205.71 0.38 0.44
Hex 45 75 99 37 18 0 28 CE 26 2C
Octal 105 165 231 67 30 0 50 316 46 54
Binary 1000101 1110101 10011001 110111 11000 0 101000 11001110 100110 101100

Color Harmonies of #457599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457599

Black with #457599

Text Example


Text Example

White with #457599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457599; }

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

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

background-color css

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

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

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

border-color css

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

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

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