Html Css Color HEX #456CAF Mariner

📋 copy color: '#456CAF'

red 69 ◦ green 108 ◦ blue 175

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

Shades of Mariner #456CAF

Tints of Mariner #456CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.68%

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

R = 19.6%
G = 30.68%
B = 49.72%

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

#456CAF (or 0x456CAF) is known color: Mariner. HEX triplet: 45, 6C and AF. RGB value is (69,108,175). Sum of RGB (Red+Green+Blue) = 69+108+175=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #456CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456CAF is #BA9350. Grayscale: #676767. Windows color (decimal): -12227409 or 11496517. OLE color: 11496517.

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

Color convert

RGB 69 108 175 -
CMYK 0.61 0.38 0 0.31
HSL 217.92º 0.43% 0.48% -
HSV(B) 217.92º 0.61% 0.69% -
XYZ 15.55 15.09 42.65 -
YUV 103.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 69 108 175 0.61 0.38 0 0.31 217.92 0.43 0.48
Hex 45 6C AF 3D 26 0 1F DA 2B 30
Octal 105 154 257 75 46 0 37 332 53 60
Binary 1000101 1101100 10101111 111101 100110 0 11111 11011010 101011 110000

Color Harmonies of #456CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CAF

Black with #456CAF

Text Example


Text Example

White with #456CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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