Html Css Color HEX #406484 Wedgewood

📋 copy color: '#406484'

red 64 ◦ green 100 ◦ blue 132

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

Shades of Wedgewood #406484

Tints of Wedgewood #406484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

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

R = 21.62%
G = 33.78%
B = 44.59%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#406484 (or 0x406484) is known color: Wedgewood. HEX triplet: 40, 64 and 84. RGB value is (64,100,132). Sum of RGB (Red+Green+Blue) = 64+100+132=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #406484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406484 is #BF9B7B. Grayscale: #5C5C5C. Windows color (decimal): -12557180 or 8676416. OLE color: 8676416.

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

Color convert

RGB 64 100 132 -
CMYK 0.52 0.24 0 0.48
HSL 208.24º 0.35% 0.38% -
HSV(B) 208.24º 0.52% 0.52% -
XYZ 10.84 11.87 23.55 -
YUV 92.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 64 100 132 0.52 0.24 0 0.48 208.24 0.35 0.38
Hex 40 64 84 34 18 0 30 D0 23 26
Octal 100 144 204 64 30 0 60 320 43 46
Binary 1000000 1100100 10000100 110100 11000 0 110000 11010000 100011 100110

Color Harmonies of #406484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406484

Black with #406484

Text Example


Text Example

White with #406484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406484; }

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

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

background-color css

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

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

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

border-color css

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

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

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