Html Css Color HEX #4A7587 Jelly Bean

📋 copy color: '#4A7587'

red 74 ◦ green 117 ◦ blue 135

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

Shades of Jelly Bean #4A7587

Tints of Jelly Bean #4A7587

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 22.7%
G = 35.89%
B = 41.41%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4A7587 (or 0x4A7587) is known color: Jelly Bean. HEX triplet: 4A, 75 and 87. RGB value is (74,117,135). Sum of RGB (Red+Green+Blue) = 74+117+135=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A7587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7587 is #B58A78. Grayscale: #6A6A6A. Windows color (decimal): -11897465 or 8877386. OLE color: 8877386.

HSL color Cylindrical-coordinate representation of color #4A7587: hue angle of 197.7º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A7587 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 117 135 -
CMYK 0.45 0.13 0 0.47
HSL 197.7º 0.29% 0.41% -
HSV(B) 197.7º 0.45% 0.53% -
XYZ 13.56 15.93 25.28 -
YUV 106.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 74 117 135 0.45 0.13 0 0.47 197.7 0.29 0.41
Hex 4A 75 87 2D D 0 2F C6 1D 29
Octal 112 165 207 55 15 0 57 306 35 51
Binary 1001010 1110101 10000111 101101 1101 0 101111 11000110 11101 101001

Color Harmonies of #4A7587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7587

Black with #4A7587

Text Example


Text Example

White with #4A7587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,117,135); }

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

background-color css

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

 a { background-color: rgb(74,117,135); }

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

border-color css

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

 span { border-color: rgb(74,117,135); }

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