Html Css Color HEX #45748D Jelly Bean

📋 copy color: '#45748D'

red 69 ◦ green 116 ◦ blue 141

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

Shades of Jelly Bean #45748D

Tints of Jelly Bean #45748D

RGB

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

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

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

R = 21.17%
G = 35.58%
B = 43.25%

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

#45748D (or 0x45748D) is known color: Jelly Bean. HEX triplet: 45, 74 and 8D. RGB value is (69,116,141). Sum of RGB (Red+Green+Blue) = 69+116+141=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #45748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45748D is #BA8B72. Grayscale: #686868. Windows color (decimal): -12225395 or 9270341. OLE color: 9270341.

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

Color convert

RGB 69 116 141 -
CMYK 0.51 0.18 0 0.45
HSL 200.83º 0.34% 0.41% -
HSV(B) 200.83º 0.51% 0.55% -
XYZ 13.51 15.68 27.51 -
YUV 104.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 69 116 141 0.51 0.18 0 0.45 200.83 0.34 0.41
Hex 45 74 8D 33 12 0 2D C9 22 29
Octal 105 164 215 63 22 0 55 311 42 51
Binary 1000101 1110100 10001101 110011 10010 0 101101 11001001 100010 101001

Color Harmonies of #45748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45748D

Black with #45748D

Text Example


Text Example

White with #45748D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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