Html Css Color HEX #406BB1 Mariner

📋 copy color: '#406BB1'

red 64 ◦ green 107 ◦ blue 177

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

Shades of Mariner #406BB1

Tints of Mariner #406BB1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

 BLUE value IS 177 (69.53% from 255) = 50.86%

R = 18.39%
G = 30.75%
B = 50.86%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#406BB1 (or 0x406BB1) is known color: Mariner. HEX triplet: 40, 6B and B1. RGB value is (64,107,177). Sum of RGB (Red+Green+Blue) = 64+107+177=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #406BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406BB1 is #BF944E. Grayscale: #656565. Windows color (decimal): -12555343 or 11627328. OLE color: 11627328.

HSL color Cylindrical-coordinate representation of color #406BB1: hue angle of 217.17º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #406BB1 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 107 177 -
CMYK 0.64 0.40 0 0.31
HSL 217.17º 0.47% 0.47% -
HSV(B) 217.17º 0.64% 0.69% -
XYZ 15.31 14.78 43.64 -
YUV 102.12 170.25 100.81 -
System Red Green Blue C M Y K H S L
Decimal 64 107 177 0.64 0.40 0 0.31 217.17 0.47 0.47
Hex 40 6B B1 40 28 0 1F D9 2F 2F
Octal 100 153 261 100 50 0 37 331 57 57
Binary 1000000 1101011 10110001 1000000 101000 0 11111 11011001 101111 101111

Color Harmonies of #406BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BB1

Black with #406BB1

Text Example


Text Example

White with #406BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,107,177); }

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

background-color css

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

 a { background-color: rgb(64,107,177); }

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

border-color css

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

 span { border-color: rgb(64,107,177); }

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