Html Css Color HEX #416792 Wedgewood

📋 copy color: '#416792'

red 65 ◦ green 103 ◦ blue 146

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

Shades of Wedgewood #416792

Tints of Wedgewood #416792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 20.7%
G = 32.8%
B = 46.5%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#416792 (or 0x416792) is known color: Wedgewood. HEX triplet: 41, 67 and 92. RGB value is (65,103,146). Sum of RGB (Red+Green+Blue) = 65+103+146=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #416792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416792 is #BE986D. Grayscale: #606060. Windows color (decimal): -12490862 or 9594689. OLE color: 9594689.

HSL color Cylindrical-coordinate representation of color #416792: hue angle of 211.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416792 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 103 146 -
CMYK 0.55 0.29 0 0.43
HSL 211.85º 0.38% 0.41% -
HSV(B) 211.85º 0.55% 0.57% -
XYZ 12.22 12.9 29.04 -
YUV 96.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 65 103 146 0.55 0.29 0 0.43 211.85 0.38 0.41
Hex 41 67 92 37 1D 0 2B D4 26 29
Octal 101 147 222 67 35 0 53 324 46 51
Binary 1000001 1100111 10010010 110111 11101 0 101011 11010100 100110 101001

Color Harmonies of #416792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416792

Black with #416792

Text Example


Text Example

White with #416792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416792; }

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

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

background-color css

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

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

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

border-color css

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

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

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