Html Css Color HEX #457495 Jelly Bean

📋 copy color: '#457495'

red 69 ◦ green 116 ◦ blue 149

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

Shades of Jelly Bean #457495

Tints of Jelly Bean #457495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 20.66%
G = 34.73%
B = 44.61%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#457495 (or 0x457495) is known color: Jelly Bean. HEX triplet: 45, 74 and 95. RGB value is (69,116,149). Sum of RGB (Red+Green+Blue) = 69+116+149=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #457495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457495 is #BA8B6A. Grayscale: #696969. Windows color (decimal): -12225387 or 9794629. OLE color: 9794629.

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

Color convert

RGB 69 116 149 -
CMYK 0.54 0.22 0 0.42
HSL 204.75º 0.37% 0.43% -
HSV(B) 204.75º 0.54% 0.58% -
XYZ 14.12 15.93 30.76 -
YUV 105.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 69 116 149 0.54 0.22 0 0.42 204.75 0.37 0.43
Hex 45 74 95 36 16 0 2A CD 25 2B
Octal 105 164 225 66 26 0 52 315 45 53
Binary 1000101 1110100 10010101 110110 10110 0 101010 11001101 100101 101011

Color Harmonies of #457495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457495

Black with #457495

Text Example


Text Example

White with #457495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457495; }

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

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

background-color css

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

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

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

border-color css

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

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

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