Html Css Color HEX #416089 Wedgewood

📋 copy color: '#416089'

red 65 ◦ green 96 ◦ blue 137

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

Shades of Wedgewood #416089

Tints of Wedgewood #416089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

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

R = 21.81%
G = 32.21%
B = 45.97%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#416089 (or 0x416089) is known color: Wedgewood. HEX triplet: 41, 60 and 89. RGB value is (65,96,137). Sum of RGB (Red+Green+Blue) = 65+96+137=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #416089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416089 is #BE9F76. Grayscale: #5B5B5B. Windows color (decimal): -12492663 or 9003073. OLE color: 9003073.

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

Color convert

RGB 65 96 137 -
CMYK 0.53 0.30 0 0.46
HSL 214.17º 0.36% 0.4% -
HSV(B) 214.17º 0.53% 0.54% -
XYZ 10.88 11.3 25.27 -
YUV 91.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 65 96 137 0.53 0.30 0 0.46 214.17 0.36 0.4
Hex 41 60 89 35 1E 0 2E D6 24 28
Octal 101 140 211 65 36 0 56 326 44 50
Binary 1000001 1100000 10001001 110101 11110 0 101110 11010110 100100 101000

Color Harmonies of #416089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416089

Black with #416089

Text Example


Text Example

White with #416089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416089; }

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

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

background-color css

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

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

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

border-color css

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

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

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