Html Css Color HEX #466CAB Mariner

📋 copy color: '#466CAB'

red 70 ◦ green 108 ◦ blue 171

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

Shades of Mariner #466CAB

Tints of Mariner #466CAB

RGB

 RED value IS 70 (27.73% from 255) = 20.06%

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 20.06%
G = 30.95%
B = 49%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#466CAB (or 0x466CAB) is known color: Mariner. HEX triplet: 46, 6C and AB. RGB value is (70,108,171). Sum of RGB (Red+Green+Blue) = 70+108+171=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #466CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466CAB is #B99354. Grayscale: #676767. Windows color (decimal): -12161877 or 11234374. OLE color: 11234374.

HSL color Cylindrical-coordinate representation of color #466CAB: hue angle of 217.43º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466CAB is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 108 171 -
CMYK 0.59 0.37 0 0.33
HSL 217.43º 0.42% 0.47% -
HSV(B) 217.43º 0.59% 0.67% -
XYZ 15.24 14.97 40.61 -
YUV 103.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 70 108 171 0.59 0.37 0 0.33 217.43 0.42 0.47
Hex 46 6C AB 3B 25 0 21 D9 2A 2F
Octal 106 154 253 73 45 0 41 331 52 57
Binary 1000110 1101100 10101011 111011 100101 0 100001 11011001 101010 101111

Color Harmonies of #466CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CAB

Black with #466CAB

Text Example


Text Example

White with #466CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466CAB; }

 p { color: rgb(70,108,171); }

 H1.HeaderClassName
 {
   color: #466CAB;
 }
 .AnyTagClassName
 {
   color: #466CAB;
 }
</style>

background-color css

<style>
 a { background-color: #466CAB; }

 a { background-color: rgb(70,108,171); }

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

border-color css

<style>
 span { border-color: #466CAB; }

 span { border-color: rgb(70,108,171); }

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