Html Css Color HEX #4A7595 Jelly Bean

📋 copy color: '#4A7595'

red 74 ◦ green 117 ◦ blue 149

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

Shades of Jelly Bean #4A7595

Tints of Jelly Bean #4A7595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 21.76%
G = 34.41%
B = 43.82%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A7595 (or 0x4A7595) is known color: Jelly Bean. HEX triplet: 4A, 75 and 95. RGB value is (74,117,149). Sum of RGB (Red+Green+Blue) = 74+117+149=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A7595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7595 is #B58A6A. Grayscale: #6B6B6B. Windows color (decimal): -11897451 or 9794890. OLE color: 9794890.

HSL color Cylindrical-coordinate representation of color #4A7595: hue angle of 205.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A7595 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 117 149 -
CMYK 0.50 0.21 0 0.42
HSL 205.6º 0.34% 0.44% -
HSV(B) 205.6º 0.5% 0.58% -
XYZ 14.61 16.35 30.82 -
YUV 107.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 74 117 149 0.50 0.21 0 0.42 205.6 0.34 0.44
Hex 4A 75 95 32 15 0 2A CE 22 2C
Octal 112 165 225 62 25 0 52 316 42 54
Binary 1001010 1110101 10010101 110010 10101 0 101010 11001110 100010 101100

Color Harmonies of #4A7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7595

Black with #4A7595

Text Example


Text Example

White with #4A7595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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