Html Css Color HEX #486384 Wedgewood

📋 copy color: '#486384'

red 72 ◦ green 99 ◦ blue 132

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

Shades of Wedgewood #486384

Tints of Wedgewood #486384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.56%

R = 23.76%
G = 32.67%
B = 43.56%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#486384 (or 0x486384) is known color: Wedgewood. HEX triplet: 48, 63 and 84. RGB value is (72,99,132). Sum of RGB (Red+Green+Blue) = 72+99+132=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #486384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486384 is #B79C7B. Grayscale: #5E5E5E. Windows color (decimal): -12033148 or 8676168. OLE color: 8676168.

HSL color Cylindrical-coordinate representation of color #486384: hue angle of 213º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486384 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 99 132 -
CMYK 0.45 0.25 0 0.48
HSL 213º 0.29% 0.4% -
HSV(B) 213º 0.45% 0.52% -
XYZ 11.3 11.97 23.54 -
YUV 94.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 72 99 132 0.45 0.25 0 0.48 213 0.29 0.4
Hex 48 63 84 2D 19 0 30 D5 1D 28
Octal 110 143 204 55 31 0 60 325 35 50
Binary 1001000 1100011 10000100 101101 11001 0 110000 11010101 11101 101000

Color Harmonies of #486384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486384

Black with #486384

Text Example


Text Example

White with #486384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486384; }

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

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

background-color css

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

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

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

border-color css

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

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

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