Html Css Color HEX #465AAC Mariner

📋 copy color: '#465AAC'

red 70 ◦ green 90 ◦ blue 172

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

Shades of Mariner #465AAC

Tints of Mariner #465AAC

RGB

 RED value IS 70 (27.73% from 255) = 21.08%

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 21.08%
G = 27.11%
B = 51.81%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#465AAC (or 0x465AAC) is known color: Mariner. HEX triplet: 46, 5A and AC. RGB value is (70,90,172). Sum of RGB (Red+Green+Blue) = 70+90+172=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #465AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465AAC is #B9A553. Grayscale: #5D5D5D. Windows color (decimal): -12166484 or 11295302. OLE color: 11295302.

HSL color Cylindrical-coordinate representation of color #465AAC: hue angle of 228.24º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #465AAC is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 90 172 -
CMYK 0.59 0.48 0 0.33
HSL 228.24º 0.42% 0.47% -
HSV(B) 228.24º 0.59% 0.67% -
XYZ 13.63 11.59 40.55 -
YUV 93.37 172.37 111.33 -
System Red Green Blue C M Y K H S L
Decimal 70 90 172 0.59 0.48 0 0.33 228.24 0.42 0.47
Hex 46 5A AC 3B 30 0 21 E4 2A 2F
Octal 106 132 254 73 60 0 41 344 52 57
Binary 1000110 1011010 10101100 111011 110000 0 100001 11100100 101010 101111

Color Harmonies of #465AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465AAC

Black with #465AAC

Text Example


Text Example

White with #465AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465AAC; }

 p { color: rgb(70,90,172); }

 H1.HeaderClassName
 {
   color: #465AAC;
 }
 .AnyTagClassName
 {
   color: #465AAC;
 }
</style>

background-color css

<style>
 a { background-color: #465AAC; }

 a { background-color: rgb(70,90,172); }

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

border-color css

<style>
 span { border-color: #465AAC; }

 span { border-color: rgb(70,90,172); }

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