Html Css Color HEX #466C88 Wedgewood

📋 copy color: '#466C88'

red 70 ◦ green 108 ◦ blue 136

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

Shades of Wedgewood #466C88

Tints of Wedgewood #466C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.31%

R = 22.29%
G = 34.39%
B = 43.31%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466C88 (or 0x466C88) is known color: Wedgewood. HEX triplet: 46, 6C and 88. RGB value is (70,108,136). Sum of RGB (Red+Green+Blue) = 70+108+136=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #466C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C88 is #B99377. Grayscale: #636363. Windows color (decimal): -12161912 or 8940614. OLE color: 8940614.

HSL color Cylindrical-coordinate representation of color #466C88: hue angle of 205.45º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #466C88 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 108 136 -
CMYK 0.49 0.21 0 0.47
HSL 205.45º 0.32% 0.4% -
HSV(B) 205.45º 0.49% 0.53% -
XYZ 12.33 13.8 25.31 -
YUV 99.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 70 108 136 0.49 0.21 0 0.47 205.45 0.32 0.4
Hex 46 6C 88 31 15 0 2F CD 20 28
Octal 106 154 210 61 25 0 57 315 40 50
Binary 1000110 1101100 10001000 110001 10101 0 101111 11001101 100000 101000

Color Harmonies of #466C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C88

Black with #466C88

Text Example


Text Example

White with #466C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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