Html Css Color HEX #46668C Wedgewood

📋 copy color: '#46668C'

red 70 ◦ green 102 ◦ blue 140

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

Shades of Wedgewood #46668C

Tints of Wedgewood #46668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.87%

R = 22.44%
G = 32.69%
B = 44.87%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46668C (or 0x46668C) is known color: Wedgewood. HEX triplet: 46, 66 and 8C. RGB value is (70,102,140). Sum of RGB (Red+Green+Blue) = 70+102+140=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #46668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46668C is #B99973. Grayscale: #606060. Windows color (decimal): -12163444 or 9201222. OLE color: 9201222.

HSL color Cylindrical-coordinate representation of color #46668C: hue angle of 212.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46668C is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 102 140 -
CMYK 0.50 0.27 0 0.45
HSL 212.57º 0.33% 0.41% -
HSV(B) 212.57º 0.5% 0.55% -
XYZ 12.01 12.7 26.63 -
YUV 96.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 70 102 140 0.50 0.27 0 0.45 212.57 0.33 0.41
Hex 46 66 8C 32 1B 0 2D D5 21 29
Octal 106 146 214 62 33 0 55 325 41 51
Binary 1000110 1100110 10001100 110010 11011 0 101101 11010101 100001 101001

Color Harmonies of #46668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46668C

Black with #46668C

Text Example


Text Example

White with #46668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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