Html Css Color HEX #406BBA Mariner

📋 copy color: '#406BBA'

red 64 ◦ green 107 ◦ blue 186

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

Shades of Mariner #406BBA

Tints of Mariner #406BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 17.93%
G = 29.97%
B = 52.1%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#406BBA (or 0x406BBA) is known color: Mariner. HEX triplet: 40, 6B and BA. RGB value is (64,107,186). Sum of RGB (Red+Green+Blue) = 64+107+186=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #406BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BBA is #BF9445. Grayscale: #666666. Windows color (decimal): -12555334 or 12217152. OLE color: 12217152.

HSL color Cylindrical-coordinate representation of color #406BBA: hue angle of 218.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406BBA is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 107 186 -
CMYK 0.66 0.42 0 0.27
HSL 218.85º 0.49% 0.49% -
HSV(B) 218.85º 0.66% 0.73% -
XYZ 16.23 15.15 48.52 -
YUV 103.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 64 107 186 0.66 0.42 0 0.27 218.85 0.49 0.49
Hex 40 6B BA 42 2A 0 1B DB 31 31
Octal 100 153 272 102 52 0 33 333 61 61
Binary 1000000 1101011 10111010 1000010 101010 0 11011 11011011 110001 110001

Color Harmonies of #406BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BBA

Black with #406BBA

Text Example


Text Example

White with #406BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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