Html Css Color HEX #465AAB Mariner

📋 copy color: '#465AAB'

red 70 ◦ green 90 ◦ blue 171

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

Shades of Mariner #465AAB

Tints of Mariner #465AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 21.15%
G = 27.19%
B = 51.66%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#465AAB (or 0x465AAB) is known color: Mariner. HEX triplet: 46, 5A and AB. RGB value is (70,90,171). Sum of RGB (Red+Green+Blue) = 70+90+171=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #465AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465AAB is #B9A554. Grayscale: #5C5C5C. Windows color (decimal): -12166485 or 11229766. OLE color: 11229766.

HSL color Cylindrical-coordinate representation of color #465AAB: hue angle of 228.12º 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 #465AAB is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 90 171 -
CMYK 0.59 0.47 0 0.33
HSL 228.12º 0.42% 0.47% -
HSV(B) 228.12º 0.59% 0.67% -
XYZ 13.53 11.55 40.05 -
YUV 93.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 70 90 171 0.59 0.47 0 0.33 228.12 0.42 0.47
Hex 46 5A AB 3B 2F 0 21 E4 2A 2F
Octal 106 132 253 73 57 0 41 344 52 57
Binary 1000110 1011010 10101011 111011 101111 0 100001 11100100 101010 101111

Color Harmonies of #465AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465AAB

Black with #465AAB

Text Example


Text Example

White with #465AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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