Html Css Color HEX #4A7095 Wedgewood

📋 copy color: '#4A7095'

red 74 ◦ green 112 ◦ blue 149

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

Shades of Wedgewood #4A7095

Tints of Wedgewood #4A7095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 22.09%
G = 33.43%
B = 44.48%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A7095 (or 0x4A7095) is known color: Wedgewood. HEX triplet: 4A, 70 and 95. RGB value is (74,112,149). Sum of RGB (Red+Green+Blue) = 74+112+149=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A7095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7095 is #B58F6A. Grayscale: #686868. Windows color (decimal): -11898731 or 9793610. OLE color: 9793610.

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

Color convert

RGB 74 112 149 -
CMYK 0.50 0.25 0 0.42
HSL 209.6º 0.34% 0.44% -
HSV(B) 209.6º 0.5% 0.58% -
XYZ 14.04 15.21 30.63 -
YUV 104.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 74 112 149 0.50 0.25 0 0.42 209.6 0.34 0.44
Hex 4A 70 95 32 19 0 2A D2 22 2C
Octal 112 160 225 62 31 0 52 322 42 54
Binary 1001010 1110000 10010101 110010 11001 0 101010 11010010 100010 101100

Color Harmonies of #4A7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7095

Black with #4A7095

Text Example


Text Example

White with #4A7095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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