Html Css Color HEX #466A8C Wedgewood

📋 copy color: '#466A8C'

red 70 ◦ green 106 ◦ blue 140

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

Shades of Wedgewood #466A8C

Tints of Wedgewood #466A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

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

R = 22.15%
G = 33.54%
B = 44.3%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#466A8C (or 0x466A8C) is known color: Wedgewood. HEX triplet: 46, 6A and 8C. RGB value is (70,106,140). Sum of RGB (Red+Green+Blue) = 70+106+140=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #466A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466A8C is #B99573. Grayscale: #626262. Windows color (decimal): -12162420 or 9202246. OLE color: 9202246.

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

Color convert

RGB 70 106 140 -
CMYK 0.50 0.24 0 0.45
HSL 209.14º 0.33% 0.41% -
HSV(B) 209.14º 0.5% 0.55% -
XYZ 12.41 13.5 26.76 -
YUV 99.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 70 106 140 0.50 0.24 0 0.45 209.14 0.33 0.41
Hex 46 6A 8C 32 18 0 2D D1 21 29
Octal 106 152 214 62 30 0 55 321 41 51
Binary 1000110 1101010 10001100 110010 11000 0 101101 11010001 100001 101001

Color Harmonies of #466A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A8C

Black with #466A8C

Text Example


Text Example

White with #466A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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