Html Css Color HEX #486583 Wedgewood

📋 copy color: '#486583'

red 72 ◦ green 101 ◦ blue 131

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

Shades of Wedgewood #486583

Tints of Wedgewood #486583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

 BLUE value IS 131 (51.56% from 255) = 43.09%

R = 23.68%
G = 33.22%
B = 43.09%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#486583 (or 0x486583) is known color: Wedgewood. HEX triplet: 48, 65 and 83. RGB value is (72,101,131). Sum of RGB (Red+Green+Blue) = 72+101+131=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #486583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486583 is #B79A7C. Grayscale: #5F5F5F. Windows color (decimal): -12032637 or 8611144. OLE color: 8611144.

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

Color convert

RGB 72 101 131 -
CMYK 0.45 0.23 0 0.49
HSL 210.51º 0.29% 0.4% -
HSV(B) 210.51º 0.45% 0.51% -
XYZ 11.42 12.32 23.25 -
YUV 95.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 72 101 131 0.45 0.23 0 0.49 210.51 0.29 0.4
Hex 48 65 83 2D 17 0 31 D3 1D 28
Octal 110 145 203 55 27 0 61 323 35 50
Binary 1001000 1100101 10000011 101101 10111 0 110001 11010011 11101 101000

Color Harmonies of #486583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486583

Black with #486583

Text Example


Text Example

White with #486583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486583; }

 p { color: rgb(72,101,131); }

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

background-color css

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

 a { background-color: rgb(72,101,131); }

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

border-color css

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

 span { border-color: rgb(72,101,131); }

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