Html Css Color HEX #466C8B Wedgewood

📋 copy color: '#466C8B'

red 70 ◦ green 108 ◦ blue 139

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

Shades of Wedgewood #466C8B

Tints of Wedgewood #466C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 22.08%
G = 34.07%
B = 43.85%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#466C8B (or 0x466C8B) is known color: Wedgewood. HEX triplet: 46, 6C and 8B. RGB value is (70,108,139). Sum of RGB (Red+Green+Blue) = 70+108+139=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #466C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466C8B is #B99374. Grayscale: #646464. Windows color (decimal): -12161909 or 9137222. OLE color: 9137222.

HSL color Cylindrical-coordinate representation of color #466C8B: hue angle of 206.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #466C8B is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 108 139 -
CMYK 0.50 0.22 0 0.45
HSL 206.96º 0.33% 0.41% -
HSV(B) 206.96º 0.5% 0.55% -
XYZ 12.55 13.89 26.45 -
YUV 100.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 70 108 139 0.50 0.22 0 0.45 206.96 0.33 0.41
Hex 46 6C 8B 32 16 0 2D CF 21 29
Octal 106 154 213 62 26 0 55 317 41 51
Binary 1000110 1101100 10001011 110010 10110 0 101101 11001111 100001 101001

Color Harmonies of #466C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C8B

Black with #466C8B

Text Example


Text Example

White with #466C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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