Html Css Color HEX #4665AB Mariner

📋 copy color: '#4665AB'

red 70 ◦ green 101 ◦ blue 171

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

Shades of Mariner #4665AB

Tints of Mariner #4665AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

 BLUE value IS 171 (67.19% from 255) = 50%

R = 20.47%
G = 29.53%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4665AB (or 0x4665AB) is known color: Mariner. HEX triplet: 46, 65 and AB. RGB value is (70,101,171). Sum of RGB (Red+Green+Blue) = 70+101+171=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #4665AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4665AB is #B99A54. Grayscale: #636363. Windows color (decimal): -12163669 or 11232582. OLE color: 11232582.

HSL color Cylindrical-coordinate representation of color #4665AB: hue angle of 221.58º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4665AB is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 101 171 -
CMYK 0.59 0.41 0 0.33
HSL 221.58º 0.42% 0.47% -
HSV(B) 221.58º 0.59% 0.67% -
XYZ 14.53 13.55 40.38 -
YUV 99.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 70 101 171 0.59 0.41 0 0.33 221.58 0.42 0.47
Hex 46 65 AB 3B 29 0 21 DE 2A 2F
Octal 106 145 253 73 51 0 41 336 52 57
Binary 1000110 1100101 10101011 111011 101001 0 100001 11011110 101010 101111

Color Harmonies of #4665AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4665AB

Black with #4665AB

Text Example


Text Example

White with #4665AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4665AB; }

 p { color: rgb(70,101,171); }

 H1.HeaderClassName
 {
   color: #4665AB;
 }
 .AnyTagClassName
 {
   color: #4665AB;
 }
</style>

background-color css

<style>
 a { background-color: #4665AB; }

 a { background-color: rgb(70,101,171); }

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

border-color css

<style>
 span { border-color: #4665AB; }

 span { border-color: rgb(70,101,171); }

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