Html Css Color HEX #45748C Jelly Bean

📋 copy color: '#45748C'

red 69 ◦ green 116 ◦ blue 140

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

Shades of Jelly Bean #45748C

Tints of Jelly Bean #45748C

RGB

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

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

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

R = 21.23%
G = 35.69%
B = 43.08%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45748C (or 0x45748C) is known color: Jelly Bean. HEX triplet: 45, 74 and 8C. RGB value is (69,116,140). Sum of RGB (Red+Green+Blue) = 69+116+140=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #45748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45748C is #BA8B73. Grayscale: #686868. Windows color (decimal): -12225396 or 9204805. OLE color: 9204805.

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

Color convert

RGB 69 116 140 -
CMYK 0.51 0.17 0 0.45
HSL 200.28º 0.34% 0.41% -
HSV(B) 200.28º 0.51% 0.55% -
XYZ 13.43 15.65 27.12 -
YUV 104.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 69 116 140 0.51 0.17 0 0.45 200.28 0.34 0.41
Hex 45 74 8C 33 11 0 2D C8 22 29
Octal 105 164 214 63 21 0 55 310 42 51
Binary 1000101 1110100 10001100 110011 10001 0 101101 11001000 100010 101001

Color Harmonies of #45748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45748C

Black with #45748C

Text Example


Text Example

White with #45748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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