Html Css Color HEX #456DAF Mariner

📋 copy color: '#456DAF'

red 69 ◦ green 109 ◦ blue 175

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

Shades of Mariner #456DAF

Tints of Mariner #456DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

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

R = 19.55%
G = 30.88%
B = 49.58%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#456DAF (or 0x456DAF) is known color: Mariner. HEX triplet: 45, 6D and AF. RGB value is (69,109,175). Sum of RGB (Red+Green+Blue) = 69+109+175=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #456DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456DAF is #BA9250. Grayscale: #686868. Windows color (decimal): -12227153 or 11496773. OLE color: 11496773.

HSL color Cylindrical-coordinate representation of color #456DAF: hue angle of 217.36º 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 #456DAF is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 109 175 -
CMYK 0.61 0.38 0 0.31
HSL 217.36º 0.43% 0.48% -
HSV(B) 217.36º 0.61% 0.69% -
XYZ 15.66 15.3 42.68 -
YUV 104.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 69 109 175 0.61 0.38 0 0.31 217.36 0.43 0.48
Hex 45 6D AF 3D 26 0 1F D9 2B 30
Octal 105 155 257 75 46 0 37 331 53 60
Binary 1000101 1101101 10101111 111101 100110 0 11111 11011001 101011 110000

Color Harmonies of #456DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DAF

Black with #456DAF

Text Example


Text Example

White with #456DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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