Html Css Color HEX #486381 Wedgewood

📋 copy color: '#486381'

red 72 ◦ green 99 ◦ blue 129

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

Shades of Wedgewood #486381

Tints of Wedgewood #486381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 129 (50.78% from 255) = 43%

R = 24%
G = 33%
B = 43%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#486381 (or 0x486381) is known color: Wedgewood. HEX triplet: 48, 63 and 81. RGB value is (72,99,129). Sum of RGB (Red+Green+Blue) = 72+99+129=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #486381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486381 is #B79C7E. Grayscale: #5E5E5E. Windows color (decimal): -12033151 or 8479560. OLE color: 8479560.

HSL color Cylindrical-coordinate representation of color #486381: hue angle of 211.58º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486381 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 99 129 -
CMYK 0.44 0.23 0 0.49
HSL 211.58º 0.28% 0.39% -
HSV(B) 211.58º 0.44% 0.51% -
XYZ 11.1 11.89 22.48 -
YUV 94.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 72 99 129 0.44 0.23 0 0.49 211.58 0.28 0.39
Hex 48 63 81 2C 17 0 31 D4 1C 27
Octal 110 143 201 54 27 0 61 324 34 47
Binary 1001000 1100011 10000001 101100 10111 0 110001 11010100 11100 100111

Color Harmonies of #486381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486381

Black with #486381

Text Example


Text Example

White with #486381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486381; }

 p { color: rgb(72,99,129); }

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

background-color css

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

 a { background-color: rgb(72,99,129); }

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

border-color css

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

 span { border-color: rgb(72,99,129); }

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