Html Css Color HEX #45768D Jelly Bean

📋 copy color: '#45768D'

red 69 ◦ green 118 ◦ blue 141

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

Shades of Jelly Bean #45768D

Tints of Jelly Bean #45768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

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

R = 21.04%
G = 35.98%
B = 42.99%

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

#45768D (or 0x45768D) is known color: Jelly Bean. HEX triplet: 45, 76 and 8D. RGB value is (69,118,141). Sum of RGB (Red+Green+Blue) = 69+118+141=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #45768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45768D is #BA8972. Grayscale: #696969. Windows color (decimal): -12224883 or 9270853. OLE color: 9270853.

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

Color convert

RGB 69 118 141 -
CMYK 0.51 0.16 0 0.45
HSL 199.17º 0.34% 0.41% -
HSV(B) 199.17º 0.51% 0.55% -
XYZ 13.74 16.15 27.59 -
YUV 105.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 69 118 141 0.51 0.16 0 0.45 199.17 0.34 0.41
Hex 45 76 8D 33 10 0 2D C7 22 29
Octal 105 166 215 63 20 0 55 307 42 51
Binary 1000101 1110110 10001101 110011 10000 0 101101 11000111 100010 101001

Color Harmonies of #45768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45768D

Black with #45768D

Text Example


Text Example

White with #45768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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