Html Css Color HEX #4A7291 Wedgewood

📋 copy color: '#4A7291'

red 74 ◦ green 114 ◦ blue 145

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

Shades of Wedgewood #4A7291

Tints of Wedgewood #4A7291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 22.22%
G = 34.23%
B = 43.54%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A7291 (or 0x4A7291) is known color: Wedgewood. HEX triplet: 4A, 72 and 91. RGB value is (74,114,145). Sum of RGB (Red+Green+Blue) = 74+114+145=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A7291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7291 is #B58D6E. Grayscale: #696969. Windows color (decimal): -11898223 or 9531978. OLE color: 9531978.

HSL color Cylindrical-coordinate representation of color #4A7291: hue angle of 206.2º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A7291 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 114 145 -
CMYK 0.49 0.21 0 0.43
HSL 206.2º 0.32% 0.43% -
HSV(B) 206.2º 0.49% 0.57% -
XYZ 13.95 15.53 29.05 -
YUV 105.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 74 114 145 0.49 0.21 0 0.43 206.2 0.32 0.43
Hex 4A 72 91 31 15 0 2B CE 20 2B
Octal 112 162 221 61 25 0 53 316 40 53
Binary 1001010 1110010 10010001 110001 10101 0 101011 11001110 100000 101011

Color Harmonies of #4A7291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7291

Black with #4A7291

Text Example


Text Example

White with #4A7291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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