Html Css Color HEX #415992 Mariner

📋 copy color: '#415992'

red 65 ◦ green 89 ◦ blue 146

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

Shades of Mariner #415992

Tints of Mariner #415992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

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

R = 21.67%
G = 29.67%
B = 48.67%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#415992 (or 0x415992) is known color: Mariner. HEX triplet: 41, 59 and 92. RGB value is (65,89,146). Sum of RGB (Red+Green+Blue) = 65+89+146=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #415992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415992 is #BEA66D. Grayscale: #585858. Windows color (decimal): -12494446 or 9591105. OLE color: 9591105.

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

Color convert

RGB 65 89 146 -
CMYK 0.55 0.39 0 0.43
HSL 222.22º 0.38% 0.41% -
HSV(B) 222.22º 0.55% 0.57% -
XYZ 10.94 10.34 28.61 -
YUV 88.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 65 89 146 0.55 0.39 0 0.43 222.22 0.38 0.41
Hex 41 59 92 37 27 0 2B DE 26 29
Octal 101 131 222 67 47 0 53 336 46 51
Binary 1000001 1011001 10010010 110111 100111 0 101011 11011110 100110 101001

Color Harmonies of #415992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415992

Black with #415992

Text Example


Text Example

White with #415992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415992; }

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

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

background-color css

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

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

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

border-color css

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

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

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