Html Css Color HEX #416692 Mariner

📋 copy color: '#416692'

red 65 ◦ green 102 ◦ blue 146

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

Shades of Mariner #416692

Tints of Mariner #416692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.59%

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

R = 20.77%
G = 32.59%
B = 46.65%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#416692 (or 0x416692) is known color: Mariner. HEX triplet: 41, 66 and 92. RGB value is (65,102,146). Sum of RGB (Red+Green+Blue) = 65+102+146=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #416692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416692 is #BE996D. Grayscale: #5F5F5F. Windows color (decimal): -12491118 or 9594433. OLE color: 9594433.

HSL color Cylindrical-coordinate representation of color #416692: hue angle of 212.59º 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 #416692 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 102 146 -
CMYK 0.55 0.30 0 0.43
HSL 212.59º 0.38% 0.41% -
HSV(B) 212.59º 0.55% 0.57% -
XYZ 12.12 12.7 29.01 -
YUV 95.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 65 102 146 0.55 0.30 0 0.43 212.59 0.38 0.41
Hex 41 66 92 37 1E 0 2B D5 26 29
Octal 101 146 222 67 36 0 53 325 46 51
Binary 1000001 1100110 10010010 110111 11110 0 101011 11010101 100110 101001

Color Harmonies of #416692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416692

Black with #416692

Text Example


Text Example

White with #416692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416692; }

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

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

background-color css

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

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

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

border-color css

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

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

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