Html Css Color HEX #406885 Wedgewood

📋 copy color: '#406885'

red 64 ◦ green 104 ◦ blue 133

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

Shades of Wedgewood #406885

Tints of Wedgewood #406885

RGB

 RED value IS 64 (25.39% from 255) = 21.26%

 GREEN value IS 104 (41.02% from 255) = 34.55%

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

R = 21.26%
G = 34.55%
B = 44.19%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#406885 (or 0x406885) is known color: Wedgewood. HEX triplet: 40, 68 and 85. RGB value is (64,104,133). Sum of RGB (Red+Green+Blue) = 64+104+133=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #406885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406885 is #BF977A. Grayscale: #5F5F5F. Windows color (decimal): -12556155 or 8742976. OLE color: 8742976.

HSL color Cylindrical-coordinate representation of color #406885: hue angle of 205.22º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406885 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 104 133 -
CMYK 0.52 0.22 0 0.48
HSL 205.22º 0.35% 0.39% -
HSV(B) 205.22º 0.52% 0.52% -
XYZ 11.3 12.68 24.04 -
YUV 95.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 64 104 133 0.52 0.22 0 0.48 205.22 0.35 0.39
Hex 40 68 85 34 16 0 30 CD 23 27
Octal 100 150 205 64 26 0 60 315 43 47
Binary 1000000 1101000 10000101 110100 10110 0 110000 11001101 100011 100111

Color Harmonies of #406885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406885

Black with #406885

Text Example


Text Example

White with #406885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406885; }

 p { color: rgb(64,104,133); }

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

background-color css

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

 a { background-color: rgb(64,104,133); }

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

border-color css

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

 span { border-color: rgb(64,104,133); }

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