Html Css Color HEX #416987 Wedgewood

📋 copy color: '#416987'

red 65 ◦ green 105 ◦ blue 135

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

Shades of Wedgewood #416987

Tints of Wedgewood #416987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

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

R = 21.31%
G = 34.43%
B = 44.26%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#416987 (or 0x416987) is known color: Wedgewood. HEX triplet: 41, 69 and 87. RGB value is (65,105,135). Sum of RGB (Red+Green+Blue) = 65+105+135=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #416987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416987 is #BE9678. Grayscale: #606060. Windows color (decimal): -12490361 or 8874305. OLE color: 8874305.

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

Color convert

RGB 65 105 135 -
CMYK 0.52 0.22 0 0.47
HSL 205.71º 0.35% 0.39% -
HSV(B) 205.71º 0.52% 0.53% -
XYZ 11.6 12.98 24.81 -
YUV 96.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 65 105 135 0.52 0.22 0 0.47 205.71 0.35 0.39
Hex 41 69 87 34 16 0 2F CE 23 27
Octal 101 151 207 64 26 0 57 316 43 47
Binary 1000001 1101001 10000111 110100 10110 0 101111 11001110 100011 100111

Color Harmonies of #416987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416987

Black with #416987

Text Example


Text Example

White with #416987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416987; }

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

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

background-color css

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

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

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

border-color css

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

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

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