Html Css Color HEX #4A728D Wedgewood

📋 copy color: '#4A728D'

red 74 ◦ green 114 ◦ blue 141

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

Shades of Wedgewood #4A728D

Tints of Wedgewood #4A728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 22.49%
G = 34.65%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A728D (or 0x4A728D) is known color: Wedgewood. HEX triplet: 4A, 72 and 8D. RGB value is (74,114,141). Sum of RGB (Red+Green+Blue) = 74+114+141=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A728D is #B58D72. Grayscale: #686868. Windows color (decimal): -11898227 or 9269834. OLE color: 9269834.

HSL color Cylindrical-coordinate representation of color #4A728D: hue angle of 204.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A728D is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 114 141 -
CMYK 0.48 0.19 0 0.45
HSL 204.18º 0.31% 0.42% -
HSV(B) 204.18º 0.48% 0.55% -
XYZ 13.65 15.41 27.46 -
YUV 105.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 74 114 141 0.48 0.19 0 0.45 204.18 0.31 0.42
Hex 4A 72 8D 30 13 0 2D CC 1F 2A
Octal 112 162 215 60 23 0 55 314 37 52
Binary 1001010 1110010 10001101 110000 10011 0 101101 11001100 11111 101010

Color Harmonies of #4A728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A728D

Black with #4A728D

Text Example


Text Example

White with #4A728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,114,141); }

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

background-color css

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

 a { background-color: rgb(74,114,141); }

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

border-color css

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

 span { border-color: rgb(74,114,141); }

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