Html Css Color HEX #45768C Jelly Bean

📋 copy color: '#45768C'

red 69 ◦ green 118 ◦ blue 140

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

Shades of Jelly Bean #45768C

Tints of Jelly Bean #45768C

RGB

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

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

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

R = 21.1%
G = 36.09%
B = 42.81%

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

#45768C (or 0x45768C) is known color: Jelly Bean. HEX triplet: 45, 76 and 8C. RGB value is (69,118,140). Sum of RGB (Red+Green+Blue) = 69+118+140=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #45768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45768C is #BA8973. Grayscale: #696969. Windows color (decimal): -12224884 or 9205317. OLE color: 9205317.

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

Color convert

RGB 69 118 140 -
CMYK 0.51 0.16 0 0.45
HSL 198.59º 0.34% 0.41% -
HSV(B) 198.59º 0.51% 0.55% -
XYZ 13.67 16.12 27.2 -
YUV 105.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 69 118 140 0.51 0.16 0 0.45 198.59 0.34 0.41
Hex 45 76 8C 33 10 0 2D C7 22 29
Octal 105 166 214 63 20 0 55 307 42 51
Binary 1000101 1110110 10001100 110011 10000 0 101101 11000111 100010 101001

Color Harmonies of #45768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45768C

Black with #45768C

Text Example


Text Example

White with #45768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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