Html Css Color HEX #40669C Mariner

📋 copy color: '#40669C'

red 64 ◦ green 102 ◦ blue 156

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

Shades of Mariner #40669C

Tints of Mariner #40669C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 19.88%
G = 31.68%
B = 48.45%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40669C (or 0x40669C) is known color: Mariner. HEX triplet: 40, 66 and 9C. RGB value is (64,102,156). Sum of RGB (Red+Green+Blue) = 64+102+156=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #40669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40669C is #BF9963. Grayscale: #606060. Windows color (decimal): -12556644 or 10249792. OLE color: 10249792.

HSL color Cylindrical-coordinate representation of color #40669C: hue angle of 215.22º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40669C is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 102 156 -
CMYK 0.59 0.35 0 0.39
HSL 215.22º 0.42% 0.43% -
HSV(B) 215.22º 0.59% 0.61% -
XYZ 12.87 12.99 33.28 -
YUV 96.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 64 102 156 0.59 0.35 0 0.39 215.22 0.42 0.43
Hex 40 66 9C 3B 23 0 27 D7 2A 2B
Octal 100 146 234 73 43 0 47 327 52 53
Binary 1000000 1100110 10011100 111011 100011 0 100111 11010111 101010 101011

Color Harmonies of #40669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40669C

Black with #40669C

Text Example


Text Example

White with #40669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40669C; }

 p { color: rgb(64,102,156); }

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

background-color css

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

 a { background-color: rgb(64,102,156); }

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

border-color css

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

 span { border-color: rgb(64,102,156); }

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