Html Css Color HEX #466EB4 Mariner

📋 copy color: '#466EB4'

red 70 ◦ green 110 ◦ blue 180

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

Shades of Mariner #466EB4

Tints of Mariner #466EB4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.56%

 BLUE value IS 180 (70.7% from 255) = 50%

R = 19.44%
G = 30.56%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#466EB4 (or 0x466EB4) is known color: Mariner. HEX triplet: 46, 6E and B4. RGB value is (70,110,180). Sum of RGB (Red+Green+Blue) = 70+110+180=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #466EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EB4 is #B9914B. Grayscale: #696969. Windows color (decimal): -12161356 or 11824710. OLE color: 11824710.

HSL color Cylindrical-coordinate representation of color #466EB4: hue angle of 218.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #466EB4 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 110 180 -
CMYK 0.61 0.39 0 0.29
HSL 218.18º 0.44% 0.49% -
HSV(B) 218.18º 0.61% 0.71% -
XYZ 16.34 15.75 45.36 -
YUV 106.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 70 110 180 0.61 0.39 0 0.29 218.18 0.44 0.49
Hex 46 6E B4 3D 27 0 1D DA 2C 31
Octal 106 156 264 75 47 0 35 332 54 61
Binary 1000110 1101110 10110100 111101 100111 0 11101 11011010 101100 110001

Color Harmonies of #466EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EB4

Black with #466EB4

Text Example


Text Example

White with #466EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,110,180); }

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

background-color css

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

 a { background-color: rgb(70,110,180); }

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

border-color css

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

 span { border-color: rgb(70,110,180); }

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