Html Css Color HEX #466E8C Wedgewood

📋 copy color: '#466E8C'

red 70 ◦ green 110 ◦ blue 140

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

Shades of Wedgewood #466E8C

Tints of Wedgewood #466E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.38%

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

R = 21.88%
G = 34.38%
B = 43.75%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#466E8C (or 0x466E8C) is known color: Wedgewood. HEX triplet: 46, 6E and 8C. RGB value is (70,110,140). Sum of RGB (Red+Green+Blue) = 70+110+140=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #466E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E8C is #B99173. Grayscale: #656565. Windows color (decimal): -12161396 or 9203270. OLE color: 9203270.

HSL color Cylindrical-coordinate representation of color #466E8C: hue angle of 205.71º 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 #466E8C is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 110 140 -
CMYK 0.50 0.21 0 0.45
HSL 205.71º 0.33% 0.41% -
HSV(B) 205.71º 0.5% 0.55% -
XYZ 12.84 14.35 26.9 -
YUV 101.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 70 110 140 0.50 0.21 0 0.45 205.71 0.33 0.41
Hex 46 6E 8C 32 15 0 2D CE 21 29
Octal 106 156 214 62 25 0 55 316 41 51
Binary 1000110 1101110 10001100 110010 10101 0 101101 11001110 100001 101001

Color Harmonies of #466E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E8C

Black with #466E8C

Text Example


Text Example

White with #466E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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