Html Css Color HEX #416787 Wedgewood

📋 copy color: '#416787'

red 65 ◦ green 103 ◦ blue 135

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

Shades of Wedgewood #416787

Tints of Wedgewood #416787

RGB

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

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

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

R = 21.45%
G = 33.99%
B = 44.55%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#416787 (or 0x416787) is known color: Wedgewood. HEX triplet: 41, 67 and 87. RGB value is (65,103,135). Sum of RGB (Red+Green+Blue) = 65+103+135=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #416787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416787 is #BE9878. Grayscale: #5F5F5F. Windows color (decimal): -12490873 or 8873793. OLE color: 8873793.

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

Color convert

RGB 65 103 135 -
CMYK 0.52 0.24 0 0.47
HSL 207.43º 0.35% 0.39% -
HSV(B) 207.43º 0.52% 0.53% -
XYZ 11.4 12.57 24.75 -
YUV 95.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 65 103 135 0.52 0.24 0 0.47 207.43 0.35 0.39
Hex 41 67 87 34 18 0 2F CF 23 27
Octal 101 147 207 64 30 0 57 317 43 47
Binary 1000001 1100111 10000111 110100 11000 0 101111 11001111 100011 100111

Color Harmonies of #416787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416787

Black with #416787

Text Example


Text Example

White with #416787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416787; }

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

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

background-color css

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

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

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

border-color css

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

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

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