Html Css Color HEX #416D8F Wedgewood

📋 copy color: '#416D8F'

red 65 ◦ green 109 ◦ blue 143

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

Shades of Wedgewood #416D8F

Tints of Wedgewood #416D8F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.38%

 BLUE value IS 143 (56.25% from 255) = 45.11%

R = 20.5%
G = 34.38%
B = 45.11%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#416D8F (or 0x416D8F) is known color: Wedgewood. HEX triplet: 41, 6D and 8F. RGB value is (65,109,143). Sum of RGB (Red+Green+Blue) = 65+109+143=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #416D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416D8F is #BE9270. Grayscale: #636363. Windows color (decimal): -12489329 or 9399617. OLE color: 9399617.

HSL color Cylindrical-coordinate representation of color #416D8F: hue angle of 206.15º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416D8F is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 109 143 -
CMYK 0.55 0.24 0 0.44
HSL 206.15º 0.38% 0.41% -
HSV(B) 206.15º 0.55% 0.56% -
XYZ 12.61 14.04 28.03 -
YUV 99.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 65 109 143 0.55 0.24 0 0.44 206.15 0.38 0.41
Hex 41 6D 8F 37 18 0 2C CE 26 29
Octal 101 155 217 67 30 0 54 316 46 51
Binary 1000001 1101101 10001111 110111 11000 0 101100 11001110 100110 101001

Color Harmonies of #416D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D8F

Black with #416D8F

Text Example


Text Example

White with #416D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416D8F; }

 p { color: rgb(65,109,143); }

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

background-color css

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

 a { background-color: rgb(65,109,143); }

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

border-color css

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

 span { border-color: rgb(65,109,143); }

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