Html Css Color HEX #416D92 Wedgewood

📋 copy color: '#416D92'

red 65 ◦ green 109 ◦ blue 146

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

Shades of Wedgewood #416D92

Tints of Wedgewood #416D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.63%

R = 20.31%
G = 34.06%
B = 45.63%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#416D92 (or 0x416D92) is known color: Wedgewood. HEX triplet: 41, 6D and 92. RGB value is (65,109,146). Sum of RGB (Red+Green+Blue) = 65+109+146=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #416D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416D92 is #BE926D. Grayscale: #636363. Windows color (decimal): -12489326 or 9596225. OLE color: 9596225.

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

Color convert

RGB 65 109 146 -
CMYK 0.55 0.25 0 0.43
HSL 207.41º 0.38% 0.41% -
HSV(B) 207.41º 0.55% 0.57% -
XYZ 12.84 14.14 29.25 -
YUV 100.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 65 109 146 0.55 0.25 0 0.43 207.41 0.38 0.41
Hex 41 6D 92 37 19 0 2B CF 26 29
Octal 101 155 222 67 31 0 53 317 46 51
Binary 1000001 1101101 10010010 110111 11001 0 101011 11001111 100110 101001

Color Harmonies of #416D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D92

Black with #416D92

Text Example


Text Example

White with #416D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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