Html Css Color HEX #487196 Wedgewood

📋 copy color: '#487196'

red 72 ◦ green 113 ◦ blue 150

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

Shades of Wedgewood #487196

Tints of Wedgewood #487196

RGB

 RED value IS 72 (28.52% from 255) = 21.49%

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 21.49%
G = 33.73%
B = 44.78%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#487196 (or 0x487196) is known color: Wedgewood. HEX triplet: 48, 71 and 96. RGB value is (72,113,150). Sum of RGB (Red+Green+Blue) = 72+113+150=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #487196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487196 is #B78E69. Grayscale: #686868. Windows color (decimal): -12029546 or 9859400. OLE color: 9859400.

HSL color Cylindrical-coordinate representation of color #487196: hue angle of 208.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487196 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 113 150 -
CMYK 0.52 0.25 0 0.41
HSL 208.46º 0.35% 0.44% -
HSV(B) 208.46º 0.52% 0.59% -
XYZ 14.08 15.39 31.08 -
YUV 104.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 72 113 150 0.52 0.25 0 0.41 208.46 0.35 0.44
Hex 48 71 96 34 19 0 29 D0 23 2C
Octal 110 161 226 64 31 0 51 320 43 54
Binary 1001000 1110001 10010110 110100 11001 0 101001 11010000 100011 101100

Color Harmonies of #487196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487196

Black with #487196

Text Example


Text Example

White with #487196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487196; }

 p { color: rgb(72,113,150); }

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

background-color css

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

 a { background-color: rgb(72,113,150); }

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

border-color css

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

 span { border-color: rgb(72,113,150); }

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