Html Css Color HEX #4A748C Jelly Bean

📋 copy color: '#4A748C'

red 74 ◦ green 116 ◦ blue 140

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

Shades of Jelly Bean #4A748C

Tints of Jelly Bean #4A748C

RGB

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

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

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

R = 22.42%
G = 35.15%
B = 42.42%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A748C (or 0x4A748C) is known color: Jelly Bean. HEX triplet: 4A, 74 and 8C. RGB value is (74,116,140). Sum of RGB (Red+Green+Blue) = 74+116+140=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A748C is #B58B73. Grayscale: #6A6A6A. Windows color (decimal): -11897716 or 9204810. OLE color: 9204810.

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

Color convert

RGB 74 116 140 -
CMYK 0.47 0.17 0 0.45
HSL 201.82º 0.31% 0.42% -
HSV(B) 201.82º 0.47% 0.55% -
XYZ 13.8 15.84 27.14 -
YUV 106.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 74 116 140 0.47 0.17 0 0.45 201.82 0.31 0.42
Hex 4A 74 8C 2F 11 0 2D CA 1F 2A
Octal 112 164 214 57 21 0 55 312 37 52
Binary 1001010 1110100 10001100 101111 10001 0 101101 11001010 11111 101010

Color Harmonies of #4A748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A748C

Black with #4A748C

Text Example


Text Example

White with #4A748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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