Html Css Color HEX #416988 Wedgewood

📋 copy color: '#416988'

red 65 ◦ green 105 ◦ blue 136

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

Shades of Wedgewood #416988

Tints of Wedgewood #416988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.44%

R = 21.24%
G = 34.31%
B = 44.44%

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

#416988 (or 0x416988) is known color: Wedgewood. HEX triplet: 41, 69 and 88. RGB value is (65,105,136). Sum of RGB (Red+Green+Blue) = 65+105+136=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #416988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416988 is #BE9677. Grayscale: #606060. Windows color (decimal): -12490360 or 8939841. OLE color: 8939841.

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

Color convert

RGB 65 105 136 -
CMYK 0.52 0.23 0 0.47
HSL 206.2º 0.35% 0.39% -
HSV(B) 206.2º 0.52% 0.53% -
XYZ 11.68 13 25.19 -
YUV 96.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 65 105 136 0.52 0.23 0 0.47 206.2 0.35 0.39
Hex 41 69 88 34 17 0 2F CE 23 27
Octal 101 151 210 64 27 0 57 316 43 47
Binary 1000001 1101001 10001000 110100 10111 0 101111 11001110 100011 100111

Color Harmonies of #416988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416988

Black with #416988

Text Example


Text Example

White with #416988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416988; }

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

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

background-color css

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

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

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

border-color css

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

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

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