Html Css Color HEX #486689 Wedgewood

📋 copy color: '#486689'

red 72 ◦ green 102 ◦ blue 137

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

Shades of Wedgewood #486689

Tints of Wedgewood #486689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 23.15%
G = 32.8%
B = 44.05%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#486689 (or 0x486689) is known color: Wedgewood. HEX triplet: 48, 66 and 89. RGB value is (72,102,137). Sum of RGB (Red+Green+Blue) = 72+102+137=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #486689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486689 is #B79976. Grayscale: #606060. Windows color (decimal): -12032375 or 9004616. OLE color: 9004616.

HSL color Cylindrical-coordinate representation of color #486689: hue angle of 212.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486689 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 102 137 -
CMYK 0.47 0.26 0 0.46
HSL 212.31º 0.31% 0.41% -
HSV(B) 212.31º 0.47% 0.54% -
XYZ 11.94 12.69 25.49 -
YUV 97.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 72 102 137 0.47 0.26 0 0.46 212.31 0.31 0.41
Hex 48 66 89 2F 1A 0 2E D4 1F 29
Octal 110 146 211 57 32 0 56 324 37 51
Binary 1001000 1100110 10001001 101111 11010 0 101110 11010100 11111 101001

Color Harmonies of #486689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486689

Black with #486689

Text Example


Text Example

White with #486689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486689; }

 p { color: rgb(72,102,137); }

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

background-color css

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

 a { background-color: rgb(72,102,137); }

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

border-color css

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

 span { border-color: rgb(72,102,137); }

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