Html Css Color HEX #416088 Wedgewood

📋 copy color: '#416088'

red 65 ◦ green 96 ◦ blue 136

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

Shades of Wedgewood #416088

Tints of Wedgewood #416088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 21.89%
G = 32.32%
B = 45.79%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#416088 (or 0x416088) is known color: Wedgewood. HEX triplet: 41, 60 and 88. RGB value is (65,96,136). Sum of RGB (Red+Green+Blue) = 65+96+136=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #416088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416088 is #BE9F77. Grayscale: #5B5B5B. Windows color (decimal): -12492664 or 8937537. OLE color: 8937537.

HSL color Cylindrical-coordinate representation of color #416088: hue angle of 213.8º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #416088 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 96 136 -
CMYK 0.52 0.29 0 0.47
HSL 213.8º 0.35% 0.39% -
HSV(B) 213.8º 0.52% 0.53% -
XYZ 10.81 11.27 24.9 -
YUV 91.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 65 96 136 0.52 0.29 0 0.47 213.8 0.35 0.39
Hex 41 60 88 34 1D 0 2F D6 23 27
Octal 101 140 210 64 35 0 57 326 43 47
Binary 1000001 1100000 10001000 110100 11101 0 101111 11010110 100011 100111

Color Harmonies of #416088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416088

Black with #416088

Text Example


Text Example

White with #416088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416088; }

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

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

background-color css

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

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

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

border-color css

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

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

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