Html Css Color HEX #406FB0 Mariner

📋 copy color: '#406FB0'

red 64 ◦ green 111 ◦ blue 176

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

Shades of Mariner #406FB0

Tints of Mariner #406FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 176 (69.14% from 255) = 50.14%

R = 18.23%
G = 31.62%
B = 50.14%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#406FB0 (or 0x406FB0) is known color: Mariner. HEX triplet: 40, 6F and B0. RGB value is (64,111,176). Sum of RGB (Red+Green+Blue) = 64+111+176=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #406FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FB0 is #BF904F. Grayscale: #686868. Windows color (decimal): -12554320 or 11562816. OLE color: 11562816.

HSL color Cylindrical-coordinate representation of color #406FB0: hue angle of 214.82º 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 #406FB0 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 111 176 -
CMYK 0.64 0.37 0 0.31
HSL 214.82º 0.47% 0.47% -
HSV(B) 214.82º 0.64% 0.69% -
XYZ 15.64 15.59 43.26 -
YUV 104.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 64 111 176 0.64 0.37 0 0.31 214.82 0.47 0.47
Hex 40 6F B0 40 25 0 1F D7 2F 2F
Octal 100 157 260 100 45 0 37 327 57 57
Binary 1000000 1101111 10110000 1000000 100101 0 11111 11010111 101111 101111

Color Harmonies of #406FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FB0

Black with #406FB0

Text Example


Text Example

White with #406FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,176); }

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

background-color css

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

 a { background-color: rgb(64,111,176); }

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

border-color css

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

 span { border-color: rgb(64,111,176); }

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