Html Css Color HEX #46669A Mariner

📋 copy color: '#46669A'

red 70 ◦ green 102 ◦ blue 154

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

Shades of Mariner #46669A

Tints of Mariner #46669A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 21.47%
G = 31.29%
B = 47.24%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46669A (or 0x46669A) is known color: Mariner. HEX triplet: 46, 66 and 9A. RGB value is (70,102,154). Sum of RGB (Red+Green+Blue) = 70+102+154=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #46669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46669A is #B99965. Grayscale: #626262. Windows color (decimal): -12163430 or 10118726. OLE color: 10118726.

HSL color Cylindrical-coordinate representation of color #46669A: hue angle of 217.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46669A is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 102 154 -
CMYK 0.55 0.34 0 0.40
HSL 217.14º 0.38% 0.44% -
HSV(B) 217.14º 0.55% 0.6% -
XYZ 13.11 13.14 32.42 -
YUV 98.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 70 102 154 0.55 0.34 0 0.40 217.14 0.38 0.44
Hex 46 66 9A 37 22 0 28 D9 26 2C
Octal 106 146 232 67 42 0 50 331 46 54
Binary 1000110 1100110 10011010 110111 100010 0 101000 11011001 100110 101100

Color Harmonies of #46669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46669A

Black with #46669A

Text Example


Text Example

White with #46669A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46669A; }

 p { color: rgb(70,102,154); }

 H1.HeaderClassName
 {
   color: #46669A;
 }
 .AnyTagClassName
 {
   color: #46669A;
 }
</style>

background-color css

<style>
 a { background-color: #46669A; }

 a { background-color: rgb(70,102,154); }

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

border-color css

<style>
 span { border-color: #46669A; }

 span { border-color: rgb(70,102,154); }

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