Html Css Color HEX #466CB4 Mariner

📋 copy color: '#466CB4'

red 70 ◦ green 108 ◦ blue 180

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

Shades of Mariner #466CB4

Tints of Mariner #466CB4

RGB

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

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

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

R = 19.55%
G = 30.17%
B = 50.28%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#466CB4 (or 0x466CB4) is known color: Mariner. HEX triplet: 46, 6C and B4. RGB value is (70,108,180). Sum of RGB (Red+Green+Blue) = 70+108+180=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #466CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CB4 is #B9934B. Grayscale: #686868. Windows color (decimal): -12161868 or 11824198. OLE color: 11824198.

HSL color Cylindrical-coordinate representation of color #466CB4: hue angle of 219.27º 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 #466CB4 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 108 180 -
CMYK 0.61 0.40 0 0.29
HSL 219.27º 0.44% 0.49% -
HSV(B) 219.27º 0.61% 0.71% -
XYZ 16.13 15.32 45.29 -
YUV 104.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 70 108 180 0.61 0.40 0 0.29 219.27 0.44 0.49
Hex 46 6C B4 3D 28 0 1D DB 2C 31
Octal 106 154 264 75 50 0 35 333 54 61
Binary 1000110 1101100 10110100 111101 101000 0 11101 11011011 101100 110001

Color Harmonies of #466CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CB4

Black with #466CB4

Text Example


Text Example

White with #466CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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