Html Css Color HEX #416783 Wedgewood

📋 copy color: '#416783'

red 65 ◦ green 103 ◦ blue 131

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

Shades of Wedgewood #416783

Tints of Wedgewood #416783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.45%

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 21.74%
G = 34.45%
B = 43.81%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#416783 (or 0x416783) is known color: Wedgewood. HEX triplet: 41, 67 and 83. RGB value is (65,103,131). Sum of RGB (Red+Green+Blue) = 65+103+131=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #416783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416783 is #BE987C. Grayscale: #5E5E5E. Windows color (decimal): -12490877 or 8611649. OLE color: 8611649.

HSL color Cylindrical-coordinate representation of color #416783: hue angle of 205.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416783 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 103 131 -
CMYK 0.50 0.21 0 0.49
HSL 205.45º 0.34% 0.38% -
HSV(B) 205.45º 0.5% 0.51% -
XYZ 11.13 12.46 23.29 -
YUV 94.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 65 103 131 0.50 0.21 0 0.49 205.45 0.34 0.38
Hex 41 67 83 32 15 0 31 CD 22 26
Octal 101 147 203 62 25 0 61 315 42 46
Binary 1000001 1100111 10000011 110010 10101 0 110001 11001101 100010 100110

Color Harmonies of #416783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416783

Black with #416783

Text Example


Text Example

White with #416783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416783; }

 p { color: rgb(65,103,131); }

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

background-color css

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

 a { background-color: rgb(65,103,131); }

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

border-color css

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

 span { border-color: rgb(65,103,131); }

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