Html Css Color HEX #456695 Mariner

📋 copy color: '#456695'

red 69 ◦ green 102 ◦ blue 149

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

Shades of Mariner #456695

Tints of Mariner #456695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

 BLUE value IS 149 (58.59% from 255) = 46.56%

R = 21.56%
G = 31.88%
B = 46.56%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456695 (or 0x456695) is known color: Mariner. HEX triplet: 45, 66 and 95. RGB value is (69,102,149). Sum of RGB (Red+Green+Blue) = 69+102+149=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #456695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456695 is #BA996A. Grayscale: #616161. Windows color (decimal): -12228971 or 9791045. OLE color: 9791045.

HSL color Cylindrical-coordinate representation of color #456695: hue angle of 215.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #456695 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 102 149 -
CMYK 0.54 0.32 0 0.42
HSL 215.25º 0.37% 0.43% -
HSV(B) 215.25º 0.54% 0.58% -
XYZ 12.63 12.94 30.27 -
YUV 97.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 69 102 149 0.54 0.32 0 0.42 215.25 0.37 0.43
Hex 45 66 95 36 20 0 2A D7 25 2B
Octal 105 146 225 66 40 0 52 327 45 53
Binary 1000101 1100110 10010101 110110 100000 0 101010 11010111 100101 101011

Color Harmonies of #456695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456695

Black with #456695

Text Example


Text Example

White with #456695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456695; }

 p { color: rgb(69,102,149); }

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

background-color css

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

 a { background-color: rgb(69,102,149); }

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

border-color css

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

 span { border-color: rgb(69,102,149); }

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