Html Css Color HEX #45738D Jelly Bean

📋 copy color: '#45738D'

red 69 ◦ green 115 ◦ blue 141

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

Shades of Jelly Bean #45738D

Tints of Jelly Bean #45738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 21.23%
G = 35.38%
B = 43.38%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45738D (or 0x45738D) is known color: Jelly Bean. HEX triplet: 45, 73 and 8D. RGB value is (69,115,141). Sum of RGB (Red+Green+Blue) = 69+115+141=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #45738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45738D is #BA8C72. Grayscale: #686868. Windows color (decimal): -12225651 or 9270085. OLE color: 9270085.

HSL color Cylindrical-coordinate representation of color #45738D: hue angle of 201.67º 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 #45738D is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 115 141 -
CMYK 0.51 0.18 0 0.45
HSL 201.67º 0.34% 0.41% -
HSV(B) 201.67º 0.51% 0.55% -
XYZ 13.39 15.45 27.48 -
YUV 104.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 69 115 141 0.51 0.18 0 0.45 201.67 0.34 0.41
Hex 45 73 8D 33 12 0 2D CA 22 29
Octal 105 163 215 63 22 0 55 312 42 51
Binary 1000101 1110011 10001101 110011 10010 0 101101 11001010 100010 101001

Color Harmonies of #45738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45738D

Black with #45738D

Text Example


Text Example

White with #45738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,115,141); }

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

background-color css

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

 a { background-color: rgb(69,115,141); }

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

border-color css

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

 span { border-color: rgb(69,115,141); }

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