Html Css Color HEX #4A738D Jelly Bean

📋 copy color: '#4A738D'

red 74 ◦ green 115 ◦ blue 141

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

Shades of Jelly Bean #4A738D

Tints of Jelly Bean #4A738D

RGB

 RED value IS 74 (29.3% from 255) = 22.42%

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

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

R = 22.42%
G = 34.85%
B = 42.73%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A738D (or 0x4A738D) is known color: Jelly Bean. HEX triplet: 4A, 73 and 8D. RGB value is (74,115,141). Sum of RGB (Red+Green+Blue) = 74+115+141=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A738D is #B58C72. Grayscale: #696969. Windows color (decimal): -11897971 or 9270090. OLE color: 9270090.

HSL color Cylindrical-coordinate representation of color #4A738D: hue angle of 203.28º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A738D is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 115 141 -
CMYK 0.48 0.18 0 0.45
HSL 203.28º 0.31% 0.42% -
HSV(B) 203.28º 0.48% 0.55% -
XYZ 13.76 15.64 27.49 -
YUV 105.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 74 115 141 0.48 0.18 0 0.45 203.28 0.31 0.42
Hex 4A 73 8D 30 12 0 2D CB 1F 2A
Octal 112 163 215 60 22 0 55 313 37 52
Binary 1001010 1110011 10001101 110000 10010 0 101101 11001011 11111 101010

Color Harmonies of #4A738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A738D

Black with #4A738D

Text Example


Text Example

White with #4A738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A738D; }

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

 H1.HeaderClassName
 {
   color: #4A738D;
 }
 .AnyTagClassName
 {
   color: #4A738D;
 }
</style>

background-color css

<style>
 a { background-color: #4A738D; }

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

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

border-color css

<style>
 span { border-color: #4A738D; }

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

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