Html Css Color HEX #4465AE Mariner

📋 copy color: '#4465AE'

red 68 ◦ green 101 ◦ blue 174

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

Shades of Mariner #4465AE

Tints of Mariner #4465AE

RGB

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

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

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

R = 19.83%
G = 29.45%
B = 50.73%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4465AE (or 0x4465AE) is known color: Mariner. HEX triplet: 44, 65 and AE. RGB value is (68,101,174). Sum of RGB (Red+Green+Blue) = 68+101+174=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #4465AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4465AE is #BB9A51. Grayscale: #636363. Windows color (decimal): -12294738 or 11429188. OLE color: 11429188.

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

Color convert

RGB 68 101 174 -
CMYK 0.61 0.42 0 0.32
HSL 221.32º 0.44% 0.47% -
HSV(B) 221.32º 0.61% 0.68% -
XYZ 14.68 13.59 41.89 -
YUV 99.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 68 101 174 0.61 0.42 0 0.32 221.32 0.44 0.47
Hex 44 65 AE 3D 2A 0 20 DD 2C 2F
Octal 104 145 256 75 52 0 40 335 54 57
Binary 1000100 1100101 10101110 111101 101010 0 100000 11011101 101100 101111

Color Harmonies of #4465AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4465AE

Black with #4465AE

Text Example


Text Example

White with #4465AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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