Html Css Color HEX #487194 Wedgewood

📋 copy color: '#487194'

red 72 ◦ green 113 ◦ blue 148

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

Shades of Wedgewood #487194

Tints of Wedgewood #487194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 21.62%
G = 33.93%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#487194 (or 0x487194) is known color: Wedgewood. HEX triplet: 48, 71 and 94. RGB value is (72,113,148). Sum of RGB (Red+Green+Blue) = 72+113+148=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #487194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487194 is #B78E6B. Grayscale: #686868. Windows color (decimal): -12029548 or 9728328. OLE color: 9728328.

HSL color Cylindrical-coordinate representation of color #487194: hue angle of 207.63º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #487194 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 113 148 -
CMYK 0.51 0.24 0 0.42
HSL 207.63º 0.35% 0.43% -
HSV(B) 207.63º 0.51% 0.58% -
XYZ 13.92 15.33 30.24 -
YUV 104.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 72 113 148 0.51 0.24 0 0.42 207.63 0.35 0.43
Hex 48 71 94 33 18 0 2A D0 23 2B
Octal 110 161 224 63 30 0 52 320 43 53
Binary 1001000 1110001 10010100 110011 11000 0 101010 11010000 100011 101011

Color Harmonies of #487194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487194

Black with #487194

Text Example


Text Example

White with #487194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487194; }

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

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

background-color css

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

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

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

border-color css

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

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

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