Html Css Color HEX #4A6F87 Wedgewood

📋 copy color: '#4A6F87'

red 74 ◦ green 111 ◦ blue 135

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

Shades of Wedgewood #4A6F87

Tints of Wedgewood #4A6F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

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

R = 23.13%
G = 34.69%
B = 42.19%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4A6F87 (or 0x4A6F87) is known color: Wedgewood. HEX triplet: 4A, 6F and 87. RGB value is (74,111,135). Sum of RGB (Red+Green+Blue) = 74+111+135=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A6F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6F87 is #B59078. Grayscale: #666666. Windows color (decimal): -11899001 or 8875850. OLE color: 8875850.

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

Color convert

RGB 74 111 135 -
CMYK 0.45 0.18 0 0.47
HSL 203.61º 0.29% 0.41% -
HSV(B) 203.61º 0.45% 0.53% -
XYZ 12.88 14.57 25.06 -
YUV 102.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 74 111 135 0.45 0.18 0 0.47 203.61 0.29 0.41
Hex 4A 6F 87 2D 12 0 2F CC 1D 29
Octal 112 157 207 55 22 0 57 314 35 51
Binary 1001010 1101111 10000111 101101 10010 0 101111 11001100 11101 101001

Color Harmonies of #4A6F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6F87

Black with #4A6F87

Text Example


Text Example

White with #4A6F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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