Html Css Color HEX #4370AE Mariner

📋 copy color: '#4370AE'

red 67 ◦ green 112 ◦ blue 174

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

Shades of Mariner #4370AE

Tints of Mariner #4370AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 18.98%
G = 31.73%
B = 49.29%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4370AE (or 0x4370AE) is known color: Mariner. HEX triplet: 43, 70 and AE. RGB value is (67,112,174). Sum of RGB (Red+Green+Blue) = 67+112+174=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #4370AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4370AE is #BC8F51. Grayscale: #696969. Windows color (decimal): -12357458 or 11432003. OLE color: 11432003.

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

Color convert

RGB 67 112 174 -
CMYK 0.61 0.36 0 0.32
HSL 214.77º 0.44% 0.47% -
HSV(B) 214.77º 0.61% 0.68% -
XYZ 15.75 15.84 42.27 -
YUV 105.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 67 112 174 0.61 0.36 0 0.32 214.77 0.44 0.47
Hex 43 70 AE 3D 24 0 20 D7 2C 2F
Octal 103 160 256 75 44 0 40 327 54 57
Binary 1000011 1110000 10101110 111101 100100 0 100000 11010111 101100 101111

Color Harmonies of #4370AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4370AE

Black with #4370AE

Text Example


Text Example

White with #4370AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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