Html Css Color HEX #406CB6 Mariner

📋 copy color: '#406CB6'

red 64 ◦ green 108 ◦ blue 182

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

Shades of Mariner #406CB6

Tints of Mariner #406CB6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

 BLUE value IS 182 (71.48% from 255) = 51.41%

R = 18.08%
G = 30.51%
B = 51.41%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#406CB6 (or 0x406CB6) is known color: Mariner. HEX triplet: 40, 6C and B6. RGB value is (64,108,182). Sum of RGB (Red+Green+Blue) = 64+108+182=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #406CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CB6 is #BF9349. Grayscale: #666666. Windows color (decimal): -12555082 or 11955264. OLE color: 11955264.

HSL color Cylindrical-coordinate representation of color #406CB6: hue angle of 217.63º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #406CB6 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 108 182 -
CMYK 0.65 0.41 0 0.29
HSL 217.63º 0.48% 0.48% -
HSV(B) 217.63º 0.65% 0.71% -
XYZ 15.92 15.19 46.35 -
YUV 103.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 64 108 182 0.65 0.41 0 0.29 217.63 0.48 0.48
Hex 40 6C B6 41 29 0 1D DA 30 30
Octal 100 154 266 101 51 0 35 332 60 60
Binary 1000000 1101100 10110110 1000001 101001 0 11101 11011010 110000 110000

Color Harmonies of #406CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CB6

Black with #406CB6

Text Example


Text Example

White with #406CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406CB6; }

 p { color: rgb(64,108,182); }

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

background-color css

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

 a { background-color: rgb(64,108,182); }

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

border-color css

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

 span { border-color: rgb(64,108,182); }

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