Html Css Color HEX #487395 Wedgewood

📋 copy color: '#487395'

red 72 ◦ green 115 ◦ blue 149

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

Shades of Wedgewood #487395

Tints of Wedgewood #487395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 21.43%
G = 34.23%
B = 44.35%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#487395 (or 0x487395) is known color: Wedgewood. HEX triplet: 48, 73 and 95. RGB value is (72,115,149). Sum of RGB (Red+Green+Blue) = 72+115+149=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #487395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487395 is #B78C6A. Grayscale: #696969. Windows color (decimal): -12029035 or 9794376. OLE color: 9794376.

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

Color convert

RGB 72 115 149 -
CMYK 0.52 0.23 0 0.42
HSL 206.49º 0.35% 0.43% -
HSV(B) 206.49º 0.52% 0.58% -
XYZ 14.23 15.81 30.74 -
YUV 106.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 72 115 149 0.52 0.23 0 0.42 206.49 0.35 0.43
Hex 48 73 95 34 17 0 2A CE 23 2B
Octal 110 163 225 64 27 0 52 316 43 53
Binary 1001000 1110011 10010101 110100 10111 0 101010 11001110 100011 101011

Color Harmonies of #487395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487395

Black with #487395

Text Example


Text Example

White with #487395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487395; }

 p { color: rgb(72,115,149); }

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

background-color css

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

 a { background-color: rgb(72,115,149); }

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

border-color css

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

 span { border-color: rgb(72,115,149); }

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