Html Css Color HEX #4261AC Mariner

📋 copy color: '#4261AC'

red 66 ◦ green 97 ◦ blue 172

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

Shades of Mariner #4261AC

Tints of Mariner #4261AC

RGB

 RED value IS 66 (26.17% from 255) = 19.7%

 GREEN value IS 97 (38.28% from 255) = 28.96%

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 19.7%
G = 28.96%
B = 51.34%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4261AC (or 0x4261AC) is known color: Mariner. HEX triplet: 42, 61 and AC. RGB value is (66,97,172). Sum of RGB (Red+Green+Blue) = 66+97+172=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #4261AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4261AC is #BD9E53. Grayscale: #5F5F5F. Windows color (decimal): -12426836 or 11297090. OLE color: 11297090.

HSL color Cylindrical-coordinate representation of color #4261AC: hue angle of 222.45º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4261AC is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 97 172 -
CMYK 0.62 0.44 0 0.33
HSL 222.45º 0.45% 0.47% -
HSV(B) 222.45º 0.62% 0.67% -
XYZ 13.97 12.69 40.74 -
YUV 96.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 66 97 172 0.62 0.44 0 0.33 222.45 0.45 0.47
Hex 42 61 AC 3E 2C 0 21 DE 2D 2F
Octal 102 141 254 76 54 0 41 336 55 57
Binary 1000010 1100001 10101100 111110 101100 0 100001 11011110 101101 101111

Color Harmonies of #4261AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4261AC

Black with #4261AC

Text Example


Text Example

White with #4261AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4261AC; }

 p { color: rgb(66,97,172); }

 H1.HeaderClassName
 {
   color: #4261AC;
 }
 .AnyTagClassName
 {
   color: #4261AC;
 }
</style>

background-color css

<style>
 a { background-color: #4261AC; }

 a { background-color: rgb(66,97,172); }

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

border-color css

<style>
 span { border-color: #4261AC; }

 span { border-color: rgb(66,97,172); }

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