Html Css Color HEX #466083 Wedgewood

📋 copy color: '#466083'

red 70 ◦ green 96 ◦ blue 131

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

Shades of Wedgewood #466083

Tints of Wedgewood #466083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 23.57%
G = 32.32%
B = 44.11%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466083 (or 0x466083) is known color: Wedgewood. HEX triplet: 46, 60 and 83. RGB value is (70,96,131). Sum of RGB (Red+Green+Blue) = 70+96+131=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #466083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466083 is #B99F7C. Grayscale: #5C5C5C. Windows color (decimal): -12164989 or 8609862. OLE color: 8609862.

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

Color convert

RGB 70 96 131 -
CMYK 0.47 0.27 0 0.49
HSL 214.43º 0.3% 0.39% -
HSV(B) 214.43º 0.47% 0.51% -
XYZ 10.81 11.31 23.09 -
YUV 92.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 70 96 131 0.47 0.27 0 0.49 214.43 0.3 0.39
Hex 46 60 83 2F 1B 0 31 D6 1E 27
Octal 106 140 203 57 33 0 61 326 36 47
Binary 1000110 1100000 10000011 101111 11011 0 110001 11010110 11110 100111

Color Harmonies of #466083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466083

Black with #466083

Text Example


Text Example

White with #466083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466083; }

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

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

background-color css

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

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

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

border-color css

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

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

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