Html Css Color HEX #476085 Wedgewood

📋 copy color: '#476085'

red 71 ◦ green 96 ◦ blue 133

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

Shades of Wedgewood #476085

Tints of Wedgewood #476085

RGB

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

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

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

R = 23.67%
G = 32%
B = 44.33%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#476085 (or 0x476085) is known color: Wedgewood. HEX triplet: 47, 60 and 85. RGB value is (71,96,133). Sum of RGB (Red+Green+Blue) = 71+96+133=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #476085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476085 is #B89F7A. Grayscale: #5C5C5C. Windows color (decimal): -12099451 or 8740935. OLE color: 8740935.

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

Color convert

RGB 71 96 133 -
CMYK 0.47 0.28 0 0.48
HSL 215.81º 0.3% 0.4% -
HSV(B) 215.81º 0.47% 0.52% -
XYZ 11.02 11.4 23.81 -
YUV 92.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 71 96 133 0.47 0.28 0 0.48 215.81 0.3 0.4
Hex 47 60 85 2F 1C 0 30 D8 1E 28
Octal 107 140 205 57 34 0 60 330 36 50
Binary 1000111 1100000 10000101 101111 11100 0 110000 11011000 11110 101000

Color Harmonies of #476085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476085

Black with #476085

Text Example


Text Example

White with #476085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476085; }

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

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

background-color css

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

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

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

border-color css

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

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

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