Html Css Color HEX #487093 Wedgewood

📋 copy color: '#487093'

red 72 ◦ green 112 ◦ blue 147

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

Shades of Wedgewood #487093

Tints of Wedgewood #487093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.84%

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

R = 21.75%
G = 33.84%
B = 44.41%

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

#487093 (or 0x487093) is known color: Wedgewood. HEX triplet: 48, 70 and 93. RGB value is (72,112,147). Sum of RGB (Red+Green+Blue) = 72+112+147=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #487093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487093 is #B78F6C. Grayscale: #676767. Windows color (decimal): -12029805 or 9662536. OLE color: 9662536.

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

Color convert

RGB 72 112 147 -
CMYK 0.51 0.24 0 0.42
HSL 208º 0.34% 0.43% -
HSV(B) 208º 0.51% 0.58% -
XYZ 13.73 15.07 29.79 -
YUV 104.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 72 112 147 0.51 0.24 0 0.42 208 0.34 0.43
Hex 48 70 93 33 18 0 2A D0 22 2B
Octal 110 160 223 63 30 0 52 320 42 53
Binary 1001000 1110000 10010011 110011 11000 0 101010 11010000 100010 101011

Color Harmonies of #487093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487093

Black with #487093

Text Example


Text Example

White with #487093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487093; }

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

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

background-color css

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

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

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

border-color css

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

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

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