Html Css Color HEX #416883 Wedgewood

📋 copy color: '#416883'

red 65 ◦ green 104 ◦ blue 131

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

Shades of Wedgewood #416883

Tints of Wedgewood #416883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.67%

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

R = 21.67%
G = 34.67%
B = 43.67%

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

#416883 (or 0x416883) is known color: Wedgewood. HEX triplet: 41, 68 and 83. RGB value is (65,104,131). Sum of RGB (Red+Green+Blue) = 65+104+131=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #416883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416883 is #BE977C. Grayscale: #5F5F5F. Windows color (decimal): -12490621 or 8611905. OLE color: 8611905.

HSL color Cylindrical-coordinate representation of color #416883: hue angle of 204.55º 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 #416883 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 104 131 -
CMYK 0.50 0.21 0 0.49
HSL 204.55º 0.34% 0.38% -
HSV(B) 204.55º 0.5% 0.51% -
XYZ 11.23 12.66 23.33 -
YUV 95.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 65 104 131 0.50 0.21 0 0.49 204.55 0.34 0.38
Hex 41 68 83 32 15 0 31 CD 22 26
Octal 101 150 203 62 25 0 61 315 42 46
Binary 1000001 1101000 10000011 110010 10101 0 110001 11001101 100010 100110

Color Harmonies of #416883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416883

Black with #416883

Text Example


Text Example

White with #416883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416883; }

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

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

background-color css

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

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

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

border-color css

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

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

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