Html Css Color HEX #466C90 Wedgewood

📋 copy color: '#466C90'

red 70 ◦ green 108 ◦ blue 144

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

Shades of Wedgewood #466C90

Tints of Wedgewood #466C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 21.74%
G = 33.54%
B = 44.72%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#466C90 (or 0x466C90) is known color: Wedgewood. HEX triplet: 46, 6C and 90. RGB value is (70,108,144). Sum of RGB (Red+Green+Blue) = 70+108+144=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #466C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C90 is #B9936F. Grayscale: #646464. Windows color (decimal): -12161904 or 9464902. OLE color: 9464902.

HSL color Cylindrical-coordinate representation of color #466C90: hue angle of 209.19º degrees, saturation: 0.35, 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 #466C90 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 108 144 -
CMYK 0.51 0.25 0 0.44
HSL 209.19º 0.35% 0.42% -
HSV(B) 209.19º 0.51% 0.56% -
XYZ 12.92 14.04 28.41 -
YUV 100.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 70 108 144 0.51 0.25 0 0.44 209.19 0.35 0.42
Hex 46 6C 90 33 19 0 2C D1 23 2A
Octal 106 154 220 63 31 0 54 321 43 52
Binary 1000110 1101100 10010000 110011 11001 0 101100 11010001 100011 101010

Color Harmonies of #466C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C90

Black with #466C90

Text Example


Text Example

White with #466C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,108,144); }

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

background-color css

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

 a { background-color: rgb(70,108,144); }

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

border-color css

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

 span { border-color: rgb(70,108,144); }

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