Html Css Color HEX #466488 Wedgewood

📋 copy color: '#466488'

red 70 ◦ green 100 ◦ blue 136

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

Shades of Wedgewood #466488

Tints of Wedgewood #466488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 22.88%
G = 32.68%
B = 44.44%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466488 (or 0x466488) is known color: Wedgewood. HEX triplet: 46, 64 and 88. RGB value is (70,100,136). Sum of RGB (Red+Green+Blue) = 70+100+136=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #466488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466488 is #B99B77. Grayscale: #5E5E5E. Windows color (decimal): -12163960 or 8938566. OLE color: 8938566.

HSL color Cylindrical-coordinate representation of color #466488: hue angle of 212.73º 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 #466488 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 100 136 -
CMYK 0.49 0.26 0 0.47
HSL 212.73º 0.32% 0.4% -
HSV(B) 212.73º 0.49% 0.53% -
XYZ 11.53 12.19 25.04 -
YUV 95.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 70 100 136 0.49 0.26 0 0.47 212.73 0.32 0.4
Hex 46 64 88 31 1A 0 2F D5 20 28
Octal 106 144 210 61 32 0 57 325 40 50
Binary 1000110 1100100 10001000 110001 11010 0 101111 11010101 100000 101000

Color Harmonies of #466488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466488

Black with #466488

Text Example


Text Example

White with #466488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466488; }

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

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

background-color css

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

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

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

border-color css

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

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

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