Html Css Color HEX #4A7895 Jelly Bean

📋 copy color: '#4A7895'

red 74 ◦ green 120 ◦ blue 149

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

Shades of Jelly Bean #4A7895

Tints of Jelly Bean #4A7895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

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

R = 21.57%
G = 34.99%
B = 43.44%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A7895 (or 0x4A7895) is known color: Jelly Bean. HEX triplet: 4A, 78 and 95. RGB value is (74,120,149). Sum of RGB (Red+Green+Blue) = 74+120+149=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A7895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7895 is #B5876A. Grayscale: #6D6D6D. Windows color (decimal): -11896683 or 9795658. OLE color: 9795658.

HSL color Cylindrical-coordinate representation of color #4A7895: hue angle of 203.2º 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 #4A7895 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 120 149 -
CMYK 0.50 0.19 0 0.42
HSL 203.2º 0.34% 0.44% -
HSV(B) 203.2º 0.5% 0.58% -
XYZ 14.97 17.06 30.94 -
YUV 109.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 74 120 149 0.50 0.19 0 0.42 203.2 0.34 0.44
Hex 4A 78 95 32 13 0 2A CB 22 2C
Octal 112 170 225 62 23 0 52 313 42 54
Binary 1001010 1111000 10010101 110010 10011 0 101010 11001011 100010 101100

Color Harmonies of #4A7895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7895

Black with #4A7895

Text Example


Text Example

White with #4A7895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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