Html Css Color HEX #45758A Jelly Bean

📋 copy color: '#45758A'

red 69 ◦ green 117 ◦ blue 138

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

Shades of Jelly Bean #45758A

Tints of Jelly Bean #45758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 21.3%
G = 36.11%
B = 42.59%

CMYK

 C value IS 0.5

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#45758A (or 0x45758A) is known color: Jelly Bean. HEX triplet: 45, 75 and 8A. RGB value is (69,117,138). Sum of RGB (Red+Green+Blue) = 69+117+138=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #45758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45758A is #BA8A75. Grayscale: #686868. Windows color (decimal): -12225142 or 9073989. OLE color: 9073989.

HSL color Cylindrical-coordinate representation of color #45758A: hue angle of 198.26º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45758A is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 117 138 -
CMYK 0.5 0.15 0 0.46
HSL 198.26º 0.33% 0.41% -
HSV(B) 198.26º 0.5% 0.54% -
XYZ 13.4 15.82 26.39 -
YUV 105.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 69 117 138 0.5 0.15 0 0.46 198.26 0.33 0.41
Hex 45 75 8A 32 F 0 2E C6 21 29
Octal 105 165 212 62 17 0 56 306 41 51
Binary 1000101 1110101 10001010 110010 1111 0 101110 11000110 100001 101001

Color Harmonies of #45758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45758A

Black with #45758A

Text Example


Text Example

White with #45758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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