Html Css Color HEX #416893 Wedgewood

📋 copy color: '#416893'

red 65 ◦ green 104 ◦ blue 147

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

Shades of Wedgewood #416893

Tints of Wedgewood #416893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 20.57%
G = 32.91%
B = 46.52%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#416893 (or 0x416893) is known color: Wedgewood. HEX triplet: 41, 68 and 93. RGB value is (65,104,147). Sum of RGB (Red+Green+Blue) = 65+104+147=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #416893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416893 is #BE976C. Grayscale: #616161. Windows color (decimal): -12490605 or 9660481. OLE color: 9660481.

HSL color Cylindrical-coordinate representation of color #416893: hue angle of 211.46º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #416893 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 104 147 -
CMYK 0.56 0.29 0 0.42
HSL 211.46º 0.39% 0.42% -
HSV(B) 211.46º 0.56% 0.58% -
XYZ 12.4 13.13 29.48 -
YUV 97.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 65 104 147 0.56 0.29 0 0.42 211.46 0.39 0.42
Hex 41 68 93 38 1D 0 2A D3 27 2A
Octal 101 150 223 70 35 0 52 323 47 52
Binary 1000001 1101000 10010011 111000 11101 0 101010 11010011 100111 101010

Color Harmonies of #416893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416893

Black with #416893

Text Example


Text Example

White with #416893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416893; }

 p { color: rgb(65,104,147); }

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

background-color css

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

 a { background-color: rgb(65,104,147); }

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

border-color css

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

 span { border-color: rgb(65,104,147); }

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