Html Css Color HEX #487293 Wedgewood

📋 copy color: '#487293'

red 72 ◦ green 114 ◦ blue 147

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

Shades of Wedgewood #487293

Tints of Wedgewood #487293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 21.62%
G = 34.23%
B = 44.14%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#487293 (or 0x487293) is known color: Wedgewood. HEX triplet: 48, 72 and 93. RGB value is (72,114,147). Sum of RGB (Red+Green+Blue) = 72+114+147=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #487293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487293 is #B78D6C. Grayscale: #696969. Windows color (decimal): -12029293 or 9663048. OLE color: 9663048.

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

Color convert

RGB 72 114 147 -
CMYK 0.51 0.22 0 0.42
HSL 206.4º 0.34% 0.43% -
HSV(B) 206.4º 0.51% 0.58% -
XYZ 13.96 15.52 29.86 -
YUV 105.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 72 114 147 0.51 0.22 0 0.42 206.4 0.34 0.43
Hex 48 72 93 33 16 0 2A CE 22 2B
Octal 110 162 223 63 26 0 52 316 42 53
Binary 1001000 1110010 10010011 110011 10110 0 101010 11001110 100010 101011

Color Harmonies of #487293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487293

Black with #487293

Text Example


Text Example

White with #487293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487293; }

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

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

background-color css

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

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

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

border-color css

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

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

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