Html Css Color HEX #4A7597 Jelly Bean

📋 copy color: '#4A7597'

red 74 ◦ green 117 ◦ blue 151

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

Shades of Jelly Bean #4A7597

Tints of Jelly Bean #4A7597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.15%

R = 21.64%
G = 34.21%
B = 44.15%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4A7597 (or 0x4A7597) is known color: Jelly Bean. HEX triplet: 4A, 75 and 97. RGB value is (74,117,151). Sum of RGB (Red+Green+Blue) = 74+117+151=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #4A7597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7597 is #B58A68. Grayscale: #6B6B6B. Windows color (decimal): -11897449 or 9925962. OLE color: 9925962.

HSL color Cylindrical-coordinate representation of color #4A7597: hue angle of 206.49º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A7597 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 117 151 -
CMYK 0.51 0.23 0 0.41
HSL 206.49º 0.34% 0.44% -
HSV(B) 206.49º 0.51% 0.59% -
XYZ 14.77 16.41 31.67 -
YUV 108.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 74 117 151 0.51 0.23 0 0.41 206.49 0.34 0.44
Hex 4A 75 97 33 17 0 29 CE 22 2C
Octal 112 165 227 63 27 0 51 316 42 54
Binary 1001010 1110101 10010111 110011 10111 0 101001 11001110 100010 101100

Color Harmonies of #4A7597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7597

Black with #4A7597

Text Example


Text Example

White with #4A7597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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