Html Css Color HEX #4166B4 Mariner

📋 copy color: '#4166B4'

red 65 ◦ green 102 ◦ blue 180

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

Shades of Mariner #4166B4

Tints of Mariner #4166B4

RGB

 RED value IS 65 (25.78% from 255) = 18.73%

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

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

R = 18.73%
G = 29.39%
B = 51.87%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4166B4 (or 0x4166B4) is known color: Mariner. HEX triplet: 41, 66 and B4. RGB value is (65,102,180). Sum of RGB (Red+Green+Blue) = 65+102+180=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #4166B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4166B4 is #BE994B. Grayscale: #636363. Windows color (decimal): -12491084 or 11822657. OLE color: 11822657.

HSL color Cylindrical-coordinate representation of color #4166B4: hue angle of 220.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4166B4 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 102 180 -
CMYK 0.64 0.43 0 0.29
HSL 220.7º 0.47% 0.48% -
HSV(B) 220.7º 0.64% 0.71% -
XYZ 15.17 13.92 45.07 -
YUV 99.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 65 102 180 0.64 0.43 0 0.29 220.7 0.47 0.48
Hex 41 66 B4 40 2B 0 1D DD 2F 30
Octal 101 146 264 100 53 0 35 335 57 60
Binary 1000001 1100110 10110100 1000000 101011 0 11101 11011101 101111 110000

Color Harmonies of #4166B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4166B4

Black with #4166B4

Text Example


Text Example

White with #4166B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4166B4; }

 p { color: rgb(65,102,180); }

 H1.HeaderClassName
 {
   color: #4166B4;
 }
 .AnyTagClassName
 {
   color: #4166B4;
 }
</style>

background-color css

<style>
 a { background-color: #4166B4; }

 a { background-color: rgb(65,102,180); }

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

border-color css

<style>
 span { border-color: #4166B4; }

 span { border-color: rgb(65,102,180); }

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