Html Css Color HEX #4565A4 Mariner

📋 copy color: '#4565A4'

red 69 ◦ green 101 ◦ blue 164

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

Shades of Mariner #4565A4

Tints of Mariner #4565A4

RGB

 RED value IS 69 (27.34% from 255) = 20.66%

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

 BLUE value IS 164 (64.45% from 255) = 49.1%

R = 20.66%
G = 30.24%
B = 49.1%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4565A4 (or 0x4565A4) is known color: Mariner. HEX triplet: 45, 65 and A4. RGB value is (69,101,164). Sum of RGB (Red+Green+Blue) = 69+101+164=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #4565A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4565A4 is #BA9A5B. Grayscale: #626262. Windows color (decimal): -12229212 or 10773829. OLE color: 10773829.

HSL color Cylindrical-coordinate representation of color #4565A4: hue angle of 219.79º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4565A4 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 69 101 164 -
CMYK 0.58 0.38 0 0.36
HSL 219.79º 0.41% 0.46% -
HSV(B) 219.79º 0.58% 0.64% -
XYZ 13.81 13.25 36.95 -
YUV 98.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 69 101 164 0.58 0.38 0 0.36 219.79 0.41 0.46
Hex 45 65 A4 3A 26 0 24 DC 29 2E
Octal 105 145 244 72 46 0 44 334 51 56
Binary 1000101 1100101 10100100 111010 100110 0 100100 11011100 101001 101110

Color Harmonies of #4565A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4565A4

Black with #4565A4

Text Example


Text Example

White with #4565A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4565A4; }

 p { color: rgb(69,101,164); }

 H1.HeaderClassName
 {
   color: #4565A4;
 }
 .AnyTagClassName
 {
   color: #4565A4;
 }
</style>

background-color css

<style>
 a { background-color: #4565A4; }

 a { background-color: rgb(69,101,164); }

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

border-color css

<style>
 span { border-color: #4565A4; }

 span { border-color: rgb(69,101,164); }

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