Html Css Color HEX #4D65AE Mariner

📋 copy color: '#4D65AE'

red 77 ◦ green 101 ◦ blue 174

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

Shades of Mariner #4D65AE

Tints of Mariner #4D65AE

RGB

 RED value IS 77 (30.47% from 255) = 21.88%

 GREEN value IS 101 (39.84% from 255) = 28.69%

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

R = 21.88%
G = 28.69%
B = 49.43%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D65AE (or 0x4D65AE) is known color: Mariner. HEX triplet: 4D, 65 and AE. RGB value is (77,101,174). Sum of RGB (Red+Green+Blue) = 77+101+174=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D65AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D65AE is #B29A51. Grayscale: #656565. Windows color (decimal): -11704914 or 11429197. OLE color: 11429197.

HSL color Cylindrical-coordinate representation of color #4D65AE: hue angle of 225.15º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D65AE is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 101 174 -
CMYK 0.56 0.42 0 0.32
HSL 225.15º 0.39% 0.49% -
HSV(B) 225.15º 0.56% 0.68% -
XYZ 15.35 13.94 41.93 -
YUV 102.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 77 101 174 0.56 0.42 0 0.32 225.15 0.39 0.49
Hex 4D 65 AE 38 2A 0 20 E1 27 31
Octal 115 145 256 70 52 0 40 341 47 61
Binary 1001101 1100101 10101110 111000 101010 0 100000 11100001 100111 110001

Color Harmonies of #4D65AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D65AE

Black with #4D65AE

Text Example


Text Example

White with #4D65AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D65AE; }

 p { color: rgb(77,101,174); }

 H1.HeaderClassName
 {
   color: #4D65AE;
 }
 .AnyTagClassName
 {
   color: #4D65AE;
 }
</style>

background-color css

<style>
 a { background-color: #4D65AE; }

 a { background-color: rgb(77,101,174); }

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

border-color css

<style>
 span { border-color: #4D65AE; }

 span { border-color: rgb(77,101,174); }

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