Html Css Color HEX #4A768F Jelly Bean

📋 copy color: '#4A768F'

red 74 ◦ green 118 ◦ blue 143

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

Shades of Jelly Bean #4A768F

Tints of Jelly Bean #4A768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 143 (56.25% from 255) = 42.69%

R = 22.09%
G = 35.22%
B = 42.69%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A768F (or 0x4A768F) is known color: Jelly Bean. HEX triplet: 4A, 76 and 8F. RGB value is (74,118,143). Sum of RGB (Red+Green+Blue) = 74+118+143=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A768F is #B58970. Grayscale: #6B6B6B. Windows color (decimal): -11897201 or 9401930. OLE color: 9401930.

HSL color Cylindrical-coordinate representation of color #4A768F: hue angle of 201.74º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A768F is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 118 143 -
CMYK 0.48 0.17 0 0.44
HSL 201.74º 0.32% 0.43% -
HSV(B) 201.74º 0.48% 0.56% -
XYZ 14.26 16.4 28.4 -
YUV 107.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 74 118 143 0.48 0.17 0 0.44 201.74 0.32 0.43
Hex 4A 76 8F 30 11 0 2C CA 20 2B
Octal 112 166 217 60 21 0 54 312 40 53
Binary 1001010 1110110 10001111 110000 10001 0 101100 11001010 100000 101011

Color Harmonies of #4A768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A768F

Black with #4A768F

Text Example


Text Example

White with #4A768F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,118,143); }

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

background-color css

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

 a { background-color: rgb(74,118,143); }

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

border-color css

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

 span { border-color: rgb(74,118,143); }

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