Html Css Color HEX #4370AC Mariner

📋 copy color: '#4370AC'

red 67 ◦ green 112 ◦ blue 172

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

Shades of Mariner #4370AC

Tints of Mariner #4370AC

RGB

 RED value IS 67 (26.56% from 255) = 19.09%

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 19.09%
G = 31.91%
B = 49%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4370AC (or 0x4370AC) is known color: Mariner. HEX triplet: 43, 70 and AC. RGB value is (67,112,172). Sum of RGB (Red+Green+Blue) = 67+112+172=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 112 (44.14% from 255 or 31.91% 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 #4370AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4370AC is #BC8F53. Grayscale: #696969. Windows color (decimal): -12357460 or 11300931. OLE color: 11300931.

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

Color convert

RGB 67 112 172 -
CMYK 0.61 0.35 0 0.33
HSL 214.29º 0.44% 0.47% -
HSV(B) 214.29º 0.61% 0.67% -
XYZ 15.56 15.76 41.25 -
YUV 105.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 67 112 172 0.61 0.35 0 0.33 214.29 0.44 0.47
Hex 43 70 AC 3D 23 0 21 D6 2C 2F
Octal 103 160 254 75 43 0 41 326 54 57
Binary 1000011 1110000 10101100 111101 100011 0 100001 11010110 101100 101111

Color Harmonies of #4370AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4370AC

Black with #4370AC

Text Example


Text Example

White with #4370AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,112,172); }

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

background-color css

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

 a { background-color: rgb(67,112,172); }

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

border-color css

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

 span { border-color: rgb(67,112,172); }

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