Html Css Color HEX #4462AE Mariner

📋 copy color: '#4462AE'

red 68 ◦ green 98 ◦ blue 174

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

Shades of Mariner #4462AE

Tints of Mariner #4462AE

RGB

 RED value IS 68 (26.95% from 255) = 20%

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 20%
G = 28.82%
B = 51.18%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4462AE (or 0x4462AE) is known color: Mariner. HEX triplet: 44, 62 and AE. RGB value is (68,98,174). Sum of RGB (Red+Green+Blue) = 68+98+174=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #4462AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4462AE is #BB9D51. Grayscale: #616161. Windows color (decimal): -12295506 or 11428420. OLE color: 11428420.

HSL color Cylindrical-coordinate representation of color #4462AE: hue angle of 223.02º 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 #4462AE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 98 174 -
CMYK 0.61 0.44 0 0.32
HSL 223.02º 0.44% 0.47% -
HSV(B) 223.02º 0.61% 0.68% -
XYZ 14.39 13.02 41.8 -
YUV 97.69 171.06 106.82 -
System Red Green Blue C M Y K H S L
Decimal 68 98 174 0.61 0.44 0 0.32 223.02 0.44 0.47
Hex 44 62 AE 3D 2C 0 20 DF 2C 2F
Octal 104 142 256 75 54 0 40 337 54 57
Binary 1000100 1100010 10101110 111101 101100 0 100000 11011111 101100 101111

Color Harmonies of #4462AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4462AE

Black with #4462AE

Text Example


Text Example

White with #4462AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,98,174); }

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

background-color css

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

 a { background-color: rgb(68,98,174); }

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

border-color css

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

 span { border-color: rgb(68,98,174); }

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