Html Css Color HEX #4A7087 Wedgewood

📋 copy color: '#4A7087'

red 74 ◦ green 112 ◦ blue 135

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

Shades of Wedgewood #4A7087

Tints of Wedgewood #4A7087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 23.05%
G = 34.89%
B = 42.06%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4A7087 (or 0x4A7087) is known color: Wedgewood. HEX triplet: 4A, 70 and 87. RGB value is (74,112,135). Sum of RGB (Red+Green+Blue) = 74+112+135=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A7087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7087 is #B58F78. Grayscale: #676767. Windows color (decimal): -11898745 or 8876106. OLE color: 8876106.

HSL color Cylindrical-coordinate representation of color #4A7087: hue angle of 202.62º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A7087 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 112 135 -
CMYK 0.45 0.17 0 0.47
HSL 202.62º 0.29% 0.41% -
HSV(B) 202.62º 0.45% 0.53% -
XYZ 12.99 14.79 25.09 -
YUV 103.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 74 112 135 0.45 0.17 0 0.47 202.62 0.29 0.41
Hex 4A 70 87 2D 11 0 2F CB 1D 29
Octal 112 160 207 55 21 0 57 313 35 51
Binary 1001010 1110000 10000111 101101 10001 0 101111 11001011 11101 101001

Color Harmonies of #4A7087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7087

Black with #4A7087

Text Example


Text Example

White with #4A7087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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