Html Css Color HEX #415499 Mariner

📋 copy color: '#415499'

red 65 ◦ green 84 ◦ blue 153

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

Shades of Mariner #415499

Tints of Mariner #415499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

 BLUE value IS 153 (60.16% from 255) = 50.66%

R = 21.52%
G = 27.81%
B = 50.66%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#415499 (or 0x415499) is known color: Mariner. HEX triplet: 41, 54 and 99. RGB value is (65,84,153). Sum of RGB (Red+Green+Blue) = 65+84+153=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #415499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415499 is #BEAB66. Grayscale: #555555. Windows color (decimal): -12495719 or 10048577. OLE color: 10048577.

HSL color Cylindrical-coordinate representation of color #415499: hue angle of 227.05º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #415499 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 84 153 -
CMYK 0.58 0.45 0 0.4
HSL 227.05º 0.4% 0.43% -
HSV(B) 227.05º 0.58% 0.6% -
XYZ 11.1 9.76 31.44 -
YUV 86.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 65 84 153 0.58 0.45 0 0.4 227.05 0.4 0.43
Hex 41 54 99 3A 2D 0 28 E3 28 2B
Octal 101 124 231 72 55 0 50 343 50 53
Binary 1000001 1010100 10011001 111010 101101 0 101000 11100011 101000 101011

Color Harmonies of #415499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415499

Black with #415499

Text Example


Text Example

White with #415499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415499; }

 p { color: rgb(65,84,153); }

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

background-color css

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

 a { background-color: rgb(65,84,153); }

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

border-color css

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

 span { border-color: rgb(65,84,153); }

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