Html Css Color HEX #466C93 Wedgewood

📋 copy color: '#466C93'

red 70 ◦ green 108 ◦ blue 147

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

Shades of Wedgewood #466C93

Tints of Wedgewood #466C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 21.54%
G = 33.23%
B = 45.23%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#466C93 (or 0x466C93) is known color: Wedgewood. HEX triplet: 46, 6C and 93. RGB value is (70,108,147). Sum of RGB (Red+Green+Blue) = 70+108+147=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #466C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C93 is #B9936C. Grayscale: #646464. Windows color (decimal): -12161901 or 9661510. OLE color: 9661510.

HSL color Cylindrical-coordinate representation of color #466C93: hue angle of 210.39º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #466C93 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 108 147 -
CMYK 0.52 0.27 0 0.42
HSL 210.39º 0.35% 0.43% -
HSV(B) 210.39º 0.52% 0.58% -
XYZ 13.15 14.13 29.64 -
YUV 101.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 70 108 147 0.52 0.27 0 0.42 210.39 0.35 0.43
Hex 46 6C 93 34 1B 0 2A D2 23 2B
Octal 106 154 223 64 33 0 52 322 43 53
Binary 1000110 1101100 10010011 110100 11011 0 101010 11010010 100011 101011

Color Harmonies of #466C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C93

Black with #466C93

Text Example


Text Example

White with #466C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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