Html Css Color HEX #406CB2 Mariner

📋 copy color: '#406CB2'

red 64 ◦ green 108 ◦ blue 178

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

Shades of Mariner #406CB2

Tints of Mariner #406CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.86%

R = 18.29%
G = 30.86%
B = 50.86%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#406CB2 (or 0x406CB2) is known color: Mariner. HEX triplet: 40, 6C and B2. RGB value is (64,108,178). Sum of RGB (Red+Green+Blue) = 64+108+178=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #406CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406CB2 is #BF934D. Grayscale: #666666. Windows color (decimal): -12555086 or 11693120. OLE color: 11693120.

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

Color convert

RGB 64 108 178 -
CMYK 0.64 0.39 0 0.30
HSL 216.84º 0.47% 0.47% -
HSV(B) 216.84º 0.64% 0.7% -
XYZ 15.51 15.03 44.2 -
YUV 102.82 170.42 100.31 -
System Red Green Blue C M Y K H S L
Decimal 64 108 178 0.64 0.39 0 0.30 216.84 0.47 0.47
Hex 40 6C B2 40 27 0 1E D9 2F 2F
Octal 100 154 262 100 47 0 36 331 57 57
Binary 1000000 1101100 10110010 1000000 100111 0 11110 11011001 101111 101111

Color Harmonies of #406CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CB2

Black with #406CB2

Text Example


Text Example

White with #406CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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