Html Css Color HEX #4465AA Mariner

📋 copy color: '#4465AA'

red 68 ◦ green 101 ◦ blue 170

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

Shades of Mariner #4465AA

Tints of Mariner #4465AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 20.06%
G = 29.79%
B = 50.15%

CMYK

 C value IS 0.6

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4465AA (or 0x4465AA) is known color: Mariner. HEX triplet: 44, 65 and AA. RGB value is (68,101,170). Sum of RGB (Red+Green+Blue) = 68+101+170=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4465AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4465AA is #BB9A55. Grayscale: #626262. Windows color (decimal): -12294742 or 11167044. OLE color: 11167044.

HSL color Cylindrical-coordinate representation of color #4465AA: hue angle of 220.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4465AA is Cyan = 0.6, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 101 170 -
CMYK 0.6 0.41 0 0.33
HSL 220.59º 0.43% 0.47% -
HSV(B) 220.59º 0.6% 0.67% -
XYZ 14.29 13.44 39.87 -
YUV 99 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 68 101 170 0.6 0.41 0 0.33 220.59 0.43 0.47
Hex 44 65 AA 3C 29 0 21 DD 2B 2F
Octal 104 145 252 74 51 0 41 335 53 57
Binary 1000100 1100101 10101010 111100 101001 0 100001 11011101 101011 101111

Color Harmonies of #4465AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4465AA

Black with #4465AA

Text Example


Text Example

White with #4465AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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