Html Css Color HEX #406784 Wedgewood

📋 copy color: '#406784'

red 64 ◦ green 103 ◦ blue 132

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

Shades of Wedgewood #406784

Tints of Wedgewood #406784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 21.4%
G = 34.45%
B = 44.15%

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

#406784 (or 0x406784) is known color: Wedgewood. HEX triplet: 40, 67 and 84. RGB value is (64,103,132). Sum of RGB (Red+Green+Blue) = 64+103+132=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #406784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406784 is #BF987B. Grayscale: #5E5E5E. Windows color (decimal): -12556412 or 8677184. OLE color: 8677184.

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

Color convert

RGB 64 103 132 -
CMYK 0.52 0.22 0 0.48
HSL 205.59º 0.35% 0.38% -
HSV(B) 205.59º 0.52% 0.52% -
XYZ 11.13 12.46 23.65 -
YUV 94.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 64 103 132 0.52 0.22 0 0.48 205.59 0.35 0.38
Hex 40 67 84 34 16 0 30 CE 23 26
Octal 100 147 204 64 26 0 60 316 43 46
Binary 1000000 1100111 10000100 110100 10110 0 110000 11001110 100011 100110

Color Harmonies of #406784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406784

Black with #406784

Text Example


Text Example

White with #406784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406784; }

 p { color: rgb(64,103,132); }

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

background-color css

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

 a { background-color: rgb(64,103,132); }

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

border-color css

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

 span { border-color: rgb(64,103,132); }

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