Html Css Color HEX #466388 Wedgewood

📋 copy color: '#466388'

red 70 ◦ green 99 ◦ blue 136

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

Shades of Wedgewood #466388

Tints of Wedgewood #466388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 22.95%
G = 32.46%
B = 44.59%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466388 (or 0x466388) is known color: Wedgewood. HEX triplet: 46, 63 and 88. RGB value is (70,99,136). Sum of RGB (Red+Green+Blue) = 70+99+136=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #466388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466388 is #B99C77. Grayscale: #5E5E5E. Windows color (decimal): -12164216 or 8938310. OLE color: 8938310.

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

Color convert

RGB 70 99 136 -
CMYK 0.49 0.27 0 0.47
HSL 213.64º 0.32% 0.4% -
HSV(B) 213.64º 0.49% 0.53% -
XYZ 11.43 12 25.01 -
YUV 94.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 70 99 136 0.49 0.27 0 0.47 213.64 0.32 0.4
Hex 46 63 88 31 1B 0 2F D6 20 28
Octal 106 143 210 61 33 0 57 326 40 50
Binary 1000110 1100011 10001000 110001 11011 0 101111 11010110 100000 101000

Color Harmonies of #466388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466388

Black with #466388

Text Example


Text Example

White with #466388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466388; }

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

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

background-color css

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

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

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

border-color css

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

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

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