Html Css Color HEX #466F8D Wedgewood

📋 copy color: '#466F8D'

red 70 ◦ green 111 ◦ blue 141

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

Shades of Wedgewood #466F8D

Tints of Wedgewood #466F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.47%

 BLUE value IS 141 (55.47% from 255) = 43.79%

R = 21.74%
G = 34.47%
B = 43.79%

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

#466F8D (or 0x466F8D) is known color: Wedgewood. HEX triplet: 46, 6F and 8D. RGB value is (70,111,141). Sum of RGB (Red+Green+Blue) = 70+111+141=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #466F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466F8D is #B99072. Grayscale: #666666. Windows color (decimal): -12161139 or 9269062. OLE color: 9269062.

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

Color convert

RGB 70 111 141 -
CMYK 0.50 0.21 0 0.45
HSL 205.35º 0.34% 0.41% -
HSV(B) 205.35º 0.5% 0.55% -
XYZ 13.02 14.59 27.33 -
YUV 102.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 70 111 141 0.50 0.21 0 0.45 205.35 0.34 0.41
Hex 46 6F 8D 32 15 0 2D CD 22 29
Octal 106 157 215 62 25 0 55 315 42 51
Binary 1000110 1101111 10001101 110010 10101 0 101101 11001101 100010 101001

Color Harmonies of #466F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F8D

Black with #466F8D

Text Example


Text Example

White with #466F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,111,141); }

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

background-color css

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

 a { background-color: rgb(70,111,141); }

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

border-color css

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

 span { border-color: rgb(70,111,141); }

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