Html Css Color HEX #466581 Wedgewood

📋 copy color: '#466581'

red 70 ◦ green 101 ◦ blue 129

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

Shades of Wedgewood #466581

Tints of Wedgewood #466581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

 BLUE value IS 129 (50.78% from 255) = 43%

R = 23.33%
G = 33.67%
B = 43%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466581 (or 0x466581) is known color: Wedgewood. HEX triplet: 46, 65 and 81. RGB value is (70,101,129). Sum of RGB (Red+Green+Blue) = 70+101+129=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #466581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466581 is #B99A7E. Grayscale: #5E5E5E. Windows color (decimal): -12163711 or 8480070. OLE color: 8480070.

HSL color Cylindrical-coordinate representation of color #466581: hue angle of 208.47º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466581 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 101 129 -
CMYK 0.46 0.22 0 0.49
HSL 208.47º 0.3% 0.39% -
HSV(B) 208.47º 0.46% 0.51% -
XYZ 11.14 12.19 22.54 -
YUV 94.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 70 101 129 0.46 0.22 0 0.49 208.47 0.3 0.39
Hex 46 65 81 2E 16 0 31 D0 1E 27
Octal 106 145 201 56 26 0 61 320 36 47
Binary 1000110 1100101 10000001 101110 10110 0 110001 11010000 11110 100111

Color Harmonies of #466581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466581

Black with #466581

Text Example


Text Example

White with #466581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466581; }

 p { color: rgb(70,101,129); }

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

background-color css

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

 a { background-color: rgb(70,101,129); }

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

border-color css

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

 span { border-color: rgb(70,101,129); }

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