Html Css Color HEX #487294 Wedgewood

📋 copy color: '#487294'

red 72 ◦ green 114 ◦ blue 148

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

Shades of Wedgewood #487294

Tints of Wedgewood #487294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

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

R = 21.56%
G = 34.13%
B = 44.31%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#487294 (or 0x487294) is known color: Wedgewood. HEX triplet: 48, 72 and 94. RGB value is (72,114,148). Sum of RGB (Red+Green+Blue) = 72+114+148=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #487294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487294 is #B78D6B. Grayscale: #696969. Windows color (decimal): -12029292 or 9728584. OLE color: 9728584.

HSL color Cylindrical-coordinate representation of color #487294: hue angle of 206.84º 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 #487294 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 114 148 -
CMYK 0.51 0.23 0 0.42
HSL 206.84º 0.35% 0.43% -
HSV(B) 206.84º 0.51% 0.58% -
XYZ 14.04 15.55 30.28 -
YUV 105.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 72 114 148 0.51 0.23 0 0.42 206.84 0.35 0.43
Hex 48 72 94 33 17 0 2A CF 23 2B
Octal 110 162 224 63 27 0 52 317 43 53
Binary 1001000 1110010 10010100 110011 10111 0 101010 11001111 100011 101011

Color Harmonies of #487294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487294

Black with #487294

Text Example


Text Example

White with #487294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487294; }

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

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

background-color css

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

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

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

border-color css

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

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

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