Html Css Color HEX #416C92 Wedgewood

📋 copy color: '#416C92'

red 65 ◦ green 108 ◦ blue 146

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

Shades of Wedgewood #416C92

Tints of Wedgewood #416C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

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

R = 20.38%
G = 33.86%
B = 45.77%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#416C92 (or 0x416C92) is known color: Wedgewood. HEX triplet: 41, 6C and 92. RGB value is (65,108,146). Sum of RGB (Red+Green+Blue) = 65+108+146=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #416C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416C92 is #BE936D. Grayscale: #636363. Windows color (decimal): -12489582 or 9595969. OLE color: 9595969.

HSL color Cylindrical-coordinate representation of color #416C92: hue angle of 208.15º 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 #416C92 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 108 146 -
CMYK 0.55 0.26 0 0.43
HSL 208.15º 0.38% 0.41% -
HSV(B) 208.15º 0.55% 0.57% -
XYZ 12.73 13.92 29.21 -
YUV 99.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 65 108 146 0.55 0.26 0 0.43 208.15 0.38 0.41
Hex 41 6C 92 37 1A 0 2B D0 26 29
Octal 101 154 222 67 32 0 53 320 46 51
Binary 1000001 1101100 10010010 110111 11010 0 101011 11010000 100110 101001

Color Harmonies of #416C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C92

Black with #416C92

Text Example


Text Example

White with #416C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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