Html Css Color HEX #40639F Mariner

📋 copy color: '#40639F'

red 64 ◦ green 99 ◦ blue 159

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

Shades of Mariner #40639F

Tints of Mariner #40639F

RGB

 RED value IS 64 (25.39% from 255) = 19.88%

 GREEN value IS 99 (39.06% from 255) = 30.75%

 BLUE value IS 159 (62.5% from 255) = 49.38%

R = 19.88%
G = 30.75%
B = 49.38%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40639F (or 0x40639F) is known color: Mariner. HEX triplet: 40, 63 and 9F. RGB value is (64,99,159). Sum of RGB (Red+Green+Blue) = 64+99+159=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #40639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40639F is #BF9C60. Grayscale: #5F5F5F. Windows color (decimal): -12557409 or 10445632. OLE color: 10445632.

HSL color Cylindrical-coordinate representation of color #40639F: hue angle of 217.89º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40639F is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 99 159 -
CMYK 0.60 0.38 0 0.38
HSL 217.89º 0.43% 0.44% -
HSV(B) 217.89º 0.6% 0.62% -
XYZ 12.83 12.52 34.54 -
YUV 95.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 64 99 159 0.60 0.38 0 0.38 217.89 0.43 0.44
Hex 40 63 9F 3C 26 0 26 DA 2B 2C
Octal 100 143 237 74 46 0 46 332 53 54
Binary 1000000 1100011 10011111 111100 100110 0 100110 11011010 101011 101100

Color Harmonies of #40639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40639F

Black with #40639F

Text Example


Text Example

White with #40639F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40639F; }

 p { color: rgb(64,99,159); }

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

background-color css

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

 a { background-color: rgb(64,99,159); }

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

border-color css

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

 span { border-color: rgb(64,99,159); }

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