Html Css Color HEX #416887 Wedgewood

📋 copy color: '#416887'

red 65 ◦ green 104 ◦ blue 135

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

Shades of Wedgewood #416887

Tints of Wedgewood #416887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 21.38%
G = 34.21%
B = 44.41%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#416887 (or 0x416887) is known color: Wedgewood. HEX triplet: 41, 68 and 87. RGB value is (65,104,135). Sum of RGB (Red+Green+Blue) = 65+104+135=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #416887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416887 is #BE9778. Grayscale: #5F5F5F. Windows color (decimal): -12490617 or 8874049. OLE color: 8874049.

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

Color convert

RGB 65 104 135 -
CMYK 0.52 0.23 0 0.47
HSL 206.57º 0.35% 0.39% -
HSV(B) 206.57º 0.52% 0.53% -
XYZ 11.5 12.77 24.78 -
YUV 95.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 65 104 135 0.52 0.23 0 0.47 206.57 0.35 0.39
Hex 41 68 87 34 17 0 2F CF 23 27
Octal 101 150 207 64 27 0 57 317 43 47
Binary 1000001 1101000 10000111 110100 10111 0 101111 11001111 100011 100111

Color Harmonies of #416887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416887

Black with #416887

Text Example


Text Example

White with #416887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416887; }

 p { color: rgb(65,104,135); }

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

background-color css

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

 a { background-color: rgb(65,104,135); }

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

border-color css

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

 span { border-color: rgb(65,104,135); }

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