Html Css Color HEX #46668E Wedgewood

📋 copy color: '#46668E'

red 70 ◦ green 102 ◦ blue 142

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

Shades of Wedgewood #46668E

Tints of Wedgewood #46668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.22%

R = 22.29%
G = 32.48%
B = 45.22%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46668E (or 0x46668E) is known color: Wedgewood. HEX triplet: 46, 66 and 8E. RGB value is (70,102,142). Sum of RGB (Red+Green+Blue) = 70+102+142=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #46668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46668E is #B99971. Grayscale: #606060. Windows color (decimal): -12163442 or 9332294. OLE color: 9332294.

HSL color Cylindrical-coordinate representation of color #46668E: hue angle of 213.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46668E is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 102 142 -
CMYK 0.51 0.28 0 0.44
HSL 213.33º 0.34% 0.42% -
HSV(B) 213.33º 0.51% 0.56% -
XYZ 12.16 12.76 27.41 -
YUV 96.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 70 102 142 0.51 0.28 0 0.44 213.33 0.34 0.42
Hex 46 66 8E 33 1C 0 2C D5 22 2A
Octal 106 146 216 63 34 0 54 325 42 52
Binary 1000110 1100110 10001110 110011 11100 0 101100 11010101 100010 101010

Color Harmonies of #46668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46668E

Black with #46668E

Text Example


Text Example

White with #46668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46668E; }

 p { color: rgb(70,102,142); }

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

background-color css

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

 a { background-color: rgb(70,102,142); }

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

border-color css

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

 span { border-color: rgb(70,102,142); }

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