Html Css Color HEX #466A88 Wedgewood

📋 copy color: '#466A88'

red 70 ◦ green 106 ◦ blue 136

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

Shades of Wedgewood #466A88

Tints of Wedgewood #466A88

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

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

R = 22.44%
G = 33.97%
B = 43.59%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466A88 (or 0x466A88) is known color: Wedgewood. HEX triplet: 46, 6A and 88. RGB value is (70,106,136). Sum of RGB (Red+Green+Blue) = 70+106+136=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #466A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466A88 is #B99577. Grayscale: #626262. Windows color (decimal): -12162424 or 8940102. OLE color: 8940102.

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

Color convert

RGB 70 106 136 -
CMYK 0.49 0.22 0 0.47
HSL 207.27º 0.32% 0.4% -
HSV(B) 207.27º 0.49% 0.53% -
XYZ 12.12 13.39 25.24 -
YUV 98.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 70 106 136 0.49 0.22 0 0.47 207.27 0.32 0.4
Hex 46 6A 88 31 16 0 2F CF 20 28
Octal 106 152 210 61 26 0 57 317 40 50
Binary 1000110 1101010 10001000 110001 10110 0 101111 11001111 100000 101000

Color Harmonies of #466A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A88

Black with #466A88

Text Example


Text Example

White with #466A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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