Html Css Color HEX #466782 Wedgewood

📋 copy color: '#466782'

red 70 ◦ green 103 ◦ blue 130

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

Shades of Wedgewood #466782

Tints of Wedgewood #466782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 23.1%
G = 33.99%
B = 42.9%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466782 (or 0x466782) is known color: Wedgewood. HEX triplet: 46, 67 and 82. RGB value is (70,103,130). Sum of RGB (Red+Green+Blue) = 70+103+130=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #466782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466782 is #B9987D. Grayscale: #606060. Windows color (decimal): -12163198 or 8546118. OLE color: 8546118.

HSL color Cylindrical-coordinate representation of color #466782: hue angle of 207º 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 #466782 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 103 130 -
CMYK 0.46 0.21 0 0.49
HSL 207º 0.3% 0.39% -
HSV(B) 207º 0.46% 0.51% -
XYZ 11.41 12.61 22.95 -
YUV 96.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 70 103 130 0.46 0.21 0 0.49 207 0.3 0.39
Hex 46 67 82 2E 15 0 31 CF 1E 27
Octal 106 147 202 56 25 0 61 317 36 47
Binary 1000110 1100111 10000010 101110 10101 0 110001 11001111 11110 100111

Color Harmonies of #466782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466782

Black with #466782

Text Example


Text Example

White with #466782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466782; }

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

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

background-color css

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

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

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

border-color css

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

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

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