Html Css Color HEX #45799D Jelly Bean

📋 copy color: '#45799D'

red 69 ◦ green 121 ◦ blue 157

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

Shades of Jelly Bean #45799D

Tints of Jelly Bean #45799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 157 (61.72% from 255) = 45.24%

R = 19.88%
G = 34.87%
B = 45.24%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45799D (or 0x45799D) is known color: Jelly Bean. HEX triplet: 45, 79 and 9D. RGB value is (69,121,157). Sum of RGB (Red+Green+Blue) = 69+121+157=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #45799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45799D is #BA8662. Grayscale: #6D6D6D. Windows color (decimal): -12224099 or 10320197. OLE color: 10320197.

HSL color Cylindrical-coordinate representation of color #45799D: hue angle of 204.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45799D is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 121 157 -
CMYK 0.56 0.23 0 0.38
HSL 204.55º 0.39% 0.44% -
HSV(B) 204.55º 0.56% 0.62% -
XYZ 15.38 17.37 34.44 -
YUV 109.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 69 121 157 0.56 0.23 0 0.38 204.55 0.39 0.44
Hex 45 79 9D 38 17 0 26 CD 27 2C
Octal 105 171 235 70 27 0 46 315 47 54
Binary 1000101 1111001 10011101 111000 10111 0 100110 11001101 100111 101100

Color Harmonies of #45799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45799D

Black with #45799D

Text Example


Text Example

White with #45799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45799D; }

 p { color: rgb(69,121,157); }

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

background-color css

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

 a { background-color: rgb(69,121,157); }

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

border-color css

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

 span { border-color: rgb(69,121,157); }

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