Html Css Color HEX #45758C Jelly Bean

📋 copy color: '#45758C'

red 69 ◦ green 117 ◦ blue 140

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

Shades of Jelly Bean #45758C

Tints of Jelly Bean #45758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 21.17%
G = 35.89%
B = 42.94%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45758C (or 0x45758C) is known color: Jelly Bean. HEX triplet: 45, 75 and 8C. RGB value is (69,117,140). Sum of RGB (Red+Green+Blue) = 69+117+140=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #45758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45758C is #BA8A73. Grayscale: #696969. Windows color (decimal): -12225140 or 9205061. OLE color: 9205061.

HSL color Cylindrical-coordinate representation of color #45758C: hue angle of 199.44º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45758C is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 117 140 -
CMYK 0.51 0.16 0 0.45
HSL 199.44º 0.34% 0.41% -
HSV(B) 199.44º 0.51% 0.55% -
XYZ 13.55 15.88 27.16 -
YUV 105.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 69 117 140 0.51 0.16 0 0.45 199.44 0.34 0.41
Hex 45 75 8C 33 10 0 2D C7 22 29
Octal 105 165 214 63 20 0 55 307 42 51
Binary 1000101 1110101 10001100 110011 10000 0 101101 11000111 100010 101001

Color Harmonies of #45758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45758C

Black with #45758C

Text Example


Text Example

White with #45758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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