Html Css Color HEX #416689 Wedgewood

📋 copy color: '#416689'

red 65 ◦ green 102 ◦ blue 137

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

Shades of Wedgewood #416689

Tints of Wedgewood #416689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 21.38%
G = 33.55%
B = 45.07%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#416689 (or 0x416689) is known color: Wedgewood. HEX triplet: 41, 66 and 89. RGB value is (65,102,137). Sum of RGB (Red+Green+Blue) = 65+102+137=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #416689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416689 is #BE9976. Grayscale: #5E5E5E. Windows color (decimal): -12491127 or 9004609. OLE color: 9004609.

HSL color Cylindrical-coordinate representation of color #416689: hue angle of 209.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #416689 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 102 137 -
CMYK 0.53 0.26 0 0.46
HSL 209.17º 0.36% 0.4% -
HSV(B) 209.17º 0.53% 0.54% -
XYZ 11.45 12.43 25.46 -
YUV 94.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 65 102 137 0.53 0.26 0 0.46 209.17 0.36 0.4
Hex 41 66 89 35 1A 0 2E D1 24 28
Octal 101 146 211 65 32 0 56 321 44 50
Binary 1000001 1100110 10001001 110101 11010 0 101110 11010001 100100 101000

Color Harmonies of #416689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416689

Black with #416689

Text Example


Text Example

White with #416689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416689; }

 p { color: rgb(65,102,137); }

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

background-color css

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

 a { background-color: rgb(65,102,137); }

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

border-color css

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

 span { border-color: rgb(65,102,137); }

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