Html Css Color HEX #416389 Wedgewood

📋 copy color: '#416389'

red 65 ◦ green 99 ◦ blue 137

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

Shades of Wedgewood #416389

Tints of Wedgewood #416389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 21.59%
G = 32.89%
B = 45.51%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#416389 (or 0x416389) is known color: Wedgewood. HEX triplet: 41, 63 and 89. RGB value is (65,99,137). Sum of RGB (Red+Green+Blue) = 65+99+137=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #416389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416389 is #BE9C76. Grayscale: #5C5C5C. Windows color (decimal): -12491895 or 9003841. OLE color: 9003841.

HSL color Cylindrical-coordinate representation of color #416389: hue angle of 211.67º 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 #416389 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 99 137 -
CMYK 0.53 0.28 0 0.46
HSL 211.67º 0.36% 0.4% -
HSV(B) 211.67º 0.53% 0.54% -
XYZ 11.16 11.85 25.37 -
YUV 93.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 65 99 137 0.53 0.28 0 0.46 211.67 0.36 0.4
Hex 41 63 89 35 1C 0 2E D4 24 28
Octal 101 143 211 65 34 0 56 324 44 50
Binary 1000001 1100011 10001001 110101 11100 0 101110 11010100 100100 101000

Color Harmonies of #416389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416389

Black with #416389

Text Example


Text Example

White with #416389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416389; }

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

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

background-color css

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

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

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

border-color css

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

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

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