Html Css Color HEX #476385 Wedgewood

📋 copy color: '#476385'

red 71 ◦ green 99 ◦ blue 133

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

Shades of Wedgewood #476385

Tints of Wedgewood #476385

RGB

 RED value IS 71 (28.13% from 255) = 23.43%

 GREEN value IS 99 (39.06% from 255) = 32.67%

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

R = 23.43%
G = 32.67%
B = 43.89%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#476385 (or 0x476385) is known color: Wedgewood. HEX triplet: 47, 63 and 85. RGB value is (71,99,133). Sum of RGB (Red+Green+Blue) = 71+99+133=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #476385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476385 is #B89C7A. Grayscale: #5E5E5E. Windows color (decimal): -12098683 or 8741703. OLE color: 8741703.

HSL color Cylindrical-coordinate representation of color #476385: hue angle of 212.9º degrees, saturation: 0.3, 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 #476385 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 99 133 -
CMYK 0.47 0.26 0 0.48
HSL 212.9º 0.3% 0.4% -
HSV(B) 212.9º 0.47% 0.52% -
XYZ 11.29 11.96 23.9 -
YUV 94.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 71 99 133 0.47 0.26 0 0.48 212.9 0.3 0.4
Hex 47 63 85 2F 1A 0 30 D5 1E 28
Octal 107 143 205 57 32 0 60 325 36 50
Binary 1000111 1100011 10000101 101111 11010 0 110000 11010101 11110 101000

Color Harmonies of #476385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476385

Black with #476385

Text Example


Text Example

White with #476385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476385; }

 p { color: rgb(71,99,133); }

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

background-color css

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

 a { background-color: rgb(71,99,133); }

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

border-color css

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

 span { border-color: rgb(71,99,133); }

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