Html Css Color HEX #4A6487 Wedgewood

📋 copy color: '#4A6487'

red 74 ◦ green 100 ◦ blue 135

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

Shades of Wedgewood #4A6487

Tints of Wedgewood #4A6487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.36%

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

R = 23.95%
G = 32.36%
B = 43.69%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4A6487 (or 0x4A6487) is known color: Wedgewood. HEX triplet: 4A, 64 and 87. RGB value is (74,100,135). Sum of RGB (Red+Green+Blue) = 74+100+135=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A6487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6487 is #B59B78. Grayscale: #606060. Windows color (decimal): -11901817 or 8873034. OLE color: 8873034.

HSL color Cylindrical-coordinate representation of color #4A6487: hue angle of 214.43º 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 #4A6487 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 74 100 135 -
CMYK 0.45 0.26 0 0.47
HSL 214.43º 0.29% 0.41% -
HSV(B) 214.43º 0.45% 0.53% -
XYZ 11.75 12.32 24.68 -
YUV 96.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 74 100 135 0.45 0.26 0 0.47 214.43 0.29 0.41
Hex 4A 64 87 2D 1A 0 2F D6 1D 29
Octal 112 144 207 55 32 0 57 326 35 51
Binary 1001010 1100100 10000111 101101 11010 0 101111 11010110 11101 101001

Color Harmonies of #4A6487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6487

Black with #4A6487

Text Example


Text Example

White with #4A6487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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