Html Css Color HEX #466685 Wedgewood

📋 copy color: '#466685'

red 70 ◦ green 102 ◦ blue 133

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

Shades of Wedgewood #466685

Tints of Wedgewood #466685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.44%

 BLUE value IS 133 (52.34% from 255) = 43.61%

R = 22.95%
G = 33.44%
B = 43.61%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#466685 (or 0x466685) is known color: Wedgewood. HEX triplet: 46, 66 and 85. RGB value is (70,102,133). Sum of RGB (Red+Green+Blue) = 70+102+133=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #466685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466685 is #B9997A. Grayscale: #5F5F5F. Windows color (decimal): -12163451 or 8742470. OLE color: 8742470.

HSL color Cylindrical-coordinate representation of color #466685: hue angle of 209.52º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #466685 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 102 133 -
CMYK 0.47 0.23 0 0.48
HSL 209.52º 0.31% 0.4% -
HSV(B) 209.52º 0.47% 0.52% -
XYZ 11.51 12.5 24 -
YUV 95.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 70 102 133 0.47 0.23 0 0.48 209.52 0.31 0.4
Hex 46 66 85 2F 17 0 30 D2 1F 28
Octal 106 146 205 57 27 0 60 322 37 50
Binary 1000110 1100110 10000101 101111 10111 0 110000 11010010 11111 101000

Color Harmonies of #466685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466685

Black with #466685

Text Example


Text Example

White with #466685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466685; }

 p { color: rgb(70,102,133); }

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

background-color css

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

 a { background-color: rgb(70,102,133); }

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

border-color css

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

 span { border-color: rgb(70,102,133); }

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