Html Css Color HEX #416789 Wedgewood

📋 copy color: '#416789'

red 65 ◦ green 103 ◦ blue 137

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

Shades of Wedgewood #416789

Tints of Wedgewood #416789

RGB

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

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

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

R = 21.31%
G = 33.77%
B = 44.92%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#416789 (or 0x416789) is known color: Wedgewood. HEX triplet: 41, 67 and 89. RGB value is (65,103,137). Sum of RGB (Red+Green+Blue) = 65+103+137=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #416789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416789 is #BE9876. Grayscale: #5F5F5F. Windows color (decimal): -12490871 or 9004865. OLE color: 9004865.

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

Color convert

RGB 65 103 137 -
CMYK 0.53 0.25 0 0.46
HSL 208.33º 0.36% 0.4% -
HSV(B) 208.33º 0.53% 0.54% -
XYZ 11.55 12.63 25.5 -
YUV 95.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 65 103 137 0.53 0.25 0 0.46 208.33 0.36 0.4
Hex 41 67 89 35 19 0 2E D0 24 28
Octal 101 147 211 65 31 0 56 320 44 50
Binary 1000001 1100111 10001001 110101 11001 0 101110 11010000 100100 101000

Color Harmonies of #416789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416789

Black with #416789

Text Example


Text Example

White with #416789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416789; }

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

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

background-color css

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

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

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

border-color css

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

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

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