Html Css Color HEX #466382 Wedgewood

📋 copy color: '#466382'

red 70 ◦ green 99 ◦ blue 130

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

Shades of Wedgewood #466382

Tints of Wedgewood #466382

RGB

 RED value IS 70 (27.73% from 255) = 23.41%

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

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 23.41%
G = 33.11%
B = 43.48%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466382 (or 0x466382) is known color: Wedgewood. HEX triplet: 46, 63 and 82. RGB value is (70,99,130). Sum of RGB (Red+Green+Blue) = 70+99+130=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #466382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466382 is #B99C7D. Grayscale: #5D5D5D. Windows color (decimal): -12164222 or 8545094. OLE color: 8545094.

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

Color convert

RGB 70 99 130 -
CMYK 0.46 0.24 0 0.49
HSL 211º 0.3% 0.39% -
HSV(B) 211º 0.46% 0.51% -
XYZ 11.02 11.84 22.82 -
YUV 93.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 70 99 130 0.46 0.24 0 0.49 211 0.3 0.39
Hex 46 63 82 2E 18 0 31 D3 1E 27
Octal 106 143 202 56 30 0 61 323 36 47
Binary 1000110 1100011 10000010 101110 11000 0 110001 11010011 11110 100111

Color Harmonies of #466382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466382

Black with #466382

Text Example


Text Example

White with #466382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466382; }

 p { color: rgb(70,99,130); }

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

background-color css

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

 a { background-color: rgb(70,99,130); }

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

border-color css

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

 span { border-color: rgb(70,99,130); }

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