Html Css Color HEX #456AAF Mariner

📋 copy color: '#456AAF'

red 69 ◦ green 106 ◦ blue 175

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

Shades of Mariner #456AAF

Tints of Mariner #456AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

 BLUE value IS 175 (68.75% from 255) = 50%

R = 19.71%
G = 30.29%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#456AAF (or 0x456AAF) is known color: Mariner. HEX triplet: 45, 6A and AF. RGB value is (69,106,175). Sum of RGB (Red+Green+Blue) = 69+106+175=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #456AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456AAF is #BA9550. Grayscale: #666666. Windows color (decimal): -12227921 or 11496005. OLE color: 11496005.

HSL color Cylindrical-coordinate representation of color #456AAF: hue angle of 219.06º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #456AAF is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 106 175 -
CMYK 0.61 0.39 0 0.31
HSL 219.06º 0.43% 0.48% -
HSV(B) 219.06º 0.61% 0.69% -
XYZ 15.35 14.67 42.58 -
YUV 102.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 69 106 175 0.61 0.39 0 0.31 219.06 0.43 0.48
Hex 45 6A AF 3D 27 0 1F DB 2B 30
Octal 105 152 257 75 47 0 37 333 53 60
Binary 1000101 1101010 10101111 111101 100111 0 11111 11011011 101011 110000

Color Harmonies of #456AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456AAF

Black with #456AAF

Text Example


Text Example

White with #456AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456AAF; }

 p { color: rgb(69,106,175); }

 H1.HeaderClassName
 {
   color: #456AAF;
 }
 .AnyTagClassName
 {
   color: #456AAF;
 }
</style>

background-color css

<style>
 a { background-color: #456AAF; }

 a { background-color: rgb(69,106,175); }

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

border-color css

<style>
 span { border-color: #456AAF; }

 span { border-color: rgb(69,106,175); }

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