Html Css Color HEX #416484 Wedgewood

📋 copy color: '#416484'

red 65 ◦ green 100 ◦ blue 132

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

Shades of Wedgewood #416484

Tints of Wedgewood #416484

RGB

 RED value IS 65 (25.78% from 255) = 21.89%

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

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

R = 21.89%
G = 33.67%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#416484 (or 0x416484) is known color: Wedgewood. HEX triplet: 41, 64 and 84. RGB value is (65,100,132). Sum of RGB (Red+Green+Blue) = 65+100+132=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #416484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416484 is #BE9B7B. Grayscale: #5D5D5D. Windows color (decimal): -12491644 or 8676417. OLE color: 8676417.

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

Color convert

RGB 65 100 132 -
CMYK 0.51 0.24 0 0.48
HSL 208.66º 0.34% 0.39% -
HSV(B) 208.66º 0.51% 0.52% -
XYZ 10.9 11.9 23.55 -
YUV 93.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 65 100 132 0.51 0.24 0 0.48 208.66 0.34 0.39
Hex 41 64 84 33 18 0 30 D1 22 27
Octal 101 144 204 63 30 0 60 321 42 47
Binary 1000001 1100100 10000100 110011 11000 0 110000 11010001 100010 100111

Color Harmonies of #416484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416484

Black with #416484

Text Example


Text Example

White with #416484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416484; }

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

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

background-color css

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

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

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

border-color css

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

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

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