Html Css Color HEX #46669D Mariner

📋 copy color: '#46669D'

red 70 ◦ green 102 ◦ blue 157

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

Shades of Mariner #46669D

Tints of Mariner #46669D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 21.28%
G = 31%
B = 47.72%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46669D (or 0x46669D) is known color: Mariner. HEX triplet: 46, 66 and 9D. RGB value is (70,102,157). Sum of RGB (Red+Green+Blue) = 70+102+157=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #46669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46669D is #B99962. Grayscale: #626262. Windows color (decimal): -12163427 or 10315334. OLE color: 10315334.

HSL color Cylindrical-coordinate representation of color #46669D: hue angle of 217.93º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46669D is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 102 157 -
CMYK 0.55 0.35 0 0.38
HSL 217.93º 0.38% 0.45% -
HSV(B) 217.93º 0.55% 0.62% -
XYZ 13.36 13.24 33.75 -
YUV 98.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 70 102 157 0.55 0.35 0 0.38 217.93 0.38 0.45
Hex 46 66 9D 37 23 0 26 DA 26 2D
Octal 106 146 235 67 43 0 46 332 46 55
Binary 1000110 1100110 10011101 110111 100011 0 100110 11011010 100110 101101

Color Harmonies of #46669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46669D

Black with #46669D

Text Example


Text Example

White with #46669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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