Html Css Color HEX #466CBA Mariner

📋 copy color: '#466CBA'

red 70 ◦ green 108 ◦ blue 186

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

Shades of Mariner #466CBA

Tints of Mariner #466CBA

RGB

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

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

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

R = 19.23%
G = 29.67%
B = 51.1%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#466CBA (or 0x466CBA) is known color: Mariner. HEX triplet: 46, 6C and BA. RGB value is (70,108,186). Sum of RGB (Red+Green+Blue) = 70+108+186=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #466CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CBA is #B99345. Grayscale: #696969. Windows color (decimal): -12161862 or 12217414. OLE color: 12217414.

HSL color Cylindrical-coordinate representation of color #466CBA: hue angle of 220.34º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466CBA is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 108 186 -
CMYK 0.62 0.42 0 0.27
HSL 220.34º 0.46% 0.5% -
HSV(B) 220.34º 0.62% 0.73% -
XYZ 16.75 15.57 48.58 -
YUV 105.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 70 108 186 0.62 0.42 0 0.27 220.34 0.46 0.5
Hex 46 6C BA 3E 2A 0 1B DC 2E 32
Octal 106 154 272 76 52 0 33 334 56 62
Binary 1000110 1101100 10111010 111110 101010 0 11011 11011100 101110 110010

Color Harmonies of #466CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CBA

Black with #466CBA

Text Example


Text Example

White with #466CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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