Html Css Color HEX #4271AC Mariner

📋 copy color: '#4271AC'

red 66 ◦ green 113 ◦ blue 172

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

Shades of Mariner #4271AC

Tints of Mariner #4271AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

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

R = 18.8%
G = 32.19%
B = 49%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4271AC (or 0x4271AC) is known color: Mariner. HEX triplet: 42, 71 and AC. RGB value is (66,113,172). Sum of RGB (Red+Green+Blue) = 66+113+172=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #4271AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4271AC is #BD8E53. Grayscale: #696969. Windows color (decimal): -12422740 or 11301186. OLE color: 11301186.

HSL color Cylindrical-coordinate representation of color #4271AC: hue angle of 213.4º 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 #4271AC is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 113 172 -
CMYK 0.62 0.34 0 0.33
HSL 213.4º 0.45% 0.47% -
HSV(B) 213.4º 0.62% 0.67% -
XYZ 15.6 15.95 41.29 -
YUV 105.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 66 113 172 0.62 0.34 0 0.33 213.4 0.45 0.47
Hex 42 71 AC 3E 22 0 21 D5 2D 2F
Octal 102 161 254 76 42 0 41 325 55 57
Binary 1000010 1110001 10101100 111110 100010 0 100001 11010101 101101 101111

Color Harmonies of #4271AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4271AC

Black with #4271AC

Text Example


Text Example

White with #4271AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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