Html Css Color HEX #466183 Wedgewood

📋 copy color: '#466183'

red 70 ◦ green 97 ◦ blue 131

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

Shades of Wedgewood #466183

Tints of Wedgewood #466183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

 BLUE value IS 131 (51.56% from 255) = 43.96%

R = 23.49%
G = 32.55%
B = 43.96%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466183 (or 0x466183) is known color: Wedgewood. HEX triplet: 46, 61 and 83. RGB value is (70,97,131). Sum of RGB (Red+Green+Blue) = 70+97+131=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #466183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466183 is #B99E7C. Grayscale: #5C5C5C. Windows color (decimal): -12164733 or 8610118. OLE color: 8610118.

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

Color convert

RGB 70 97 131 -
CMYK 0.47 0.26 0 0.49
HSL 213.44º 0.3% 0.39% -
HSV(B) 213.44º 0.47% 0.51% -
XYZ 10.9 11.49 23.12 -
YUV 92.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 70 97 131 0.47 0.26 0 0.49 213.44 0.3 0.39
Hex 46 61 83 2F 1A 0 31 D5 1E 27
Octal 106 141 203 57 32 0 61 325 36 47
Binary 1000110 1100001 10000011 101111 11010 0 110001 11010101 11110 100111

Color Harmonies of #466183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466183

Black with #466183

Text Example


Text Example

White with #466183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466183; }

 p { color: rgb(70,97,131); }

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

background-color css

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

 a { background-color: rgb(70,97,131); }

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

border-color css

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

 span { border-color: rgb(70,97,131); }

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