Html Css Color HEX #457597 Jelly Bean

📋 copy color: '#457597'

red 69 ◦ green 117 ◦ blue 151

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

Shades of Jelly Bean #457597

Tints of Jelly Bean #457597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 20.47%
G = 34.72%
B = 44.81%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#457597 (or 0x457597) is known color: Jelly Bean. HEX triplet: 45, 75 and 97. RGB value is (69,117,151). Sum of RGB (Red+Green+Blue) = 69+117+151=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #457597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457597 is #BA8A68. Grayscale: #6A6A6A. Windows color (decimal): -12225129 or 9925957. OLE color: 9925957.

HSL color Cylindrical-coordinate representation of color #457597: hue angle of 204.88º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #457597 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 117 151 -
CMYK 0.54 0.23 0 0.41
HSL 204.88º 0.37% 0.43% -
HSV(B) 204.88º 0.54% 0.59% -
XYZ 14.4 16.22 31.65 -
YUV 106.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 69 117 151 0.54 0.23 0 0.41 204.88 0.37 0.43
Hex 45 75 97 36 17 0 29 CD 25 2B
Octal 105 165 227 66 27 0 51 315 45 53
Binary 1000101 1110101 10010111 110110 10111 0 101001 11001101 100101 101011

Color Harmonies of #457597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457597

Black with #457597

Text Example


Text Example

White with #457597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457597; }

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

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

background-color css

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

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

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

border-color css

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

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

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