Html Css Color HEX #457487 Jelly Bean

📋 copy color: '#457487'

red 69 ◦ green 116 ◦ blue 135

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

Shades of Jelly Bean #457487

Tints of Jelly Bean #457487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.25%

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 21.56%
G = 36.25%
B = 42.19%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#457487 (or 0x457487) is known color: Jelly Bean. HEX triplet: 45, 74 and 87. RGB value is (69,116,135). Sum of RGB (Red+Green+Blue) = 69+116+135=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #457487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457487 is #BA8B78. Grayscale: #676767. Windows color (decimal): -12225401 or 8877125. OLE color: 8877125.

HSL color Cylindrical-coordinate representation of color #457487: hue angle of 197.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #457487 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 116 135 -
CMYK 0.49 0.14 0 0.47
HSL 197.27º 0.32% 0.4% -
HSV(B) 197.27º 0.49% 0.53% -
XYZ 13.07 15.51 25.23 -
YUV 104.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 69 116 135 0.49 0.14 0 0.47 197.27 0.32 0.4
Hex 45 74 87 31 E 0 2F C5 20 28
Octal 105 164 207 61 16 0 57 305 40 50
Binary 1000101 1110100 10000111 110001 1110 0 101111 11000101 100000 101000

Color Harmonies of #457487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457487

Black with #457487

Text Example


Text Example

White with #457487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457487; }

 p { color: rgb(69,116,135); }

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

background-color css

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

 a { background-color: rgb(69,116,135); }

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

border-color css

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

 span { border-color: rgb(69,116,135); }

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