Html Css Color HEX #456198 Mariner

📋 copy color: '#456198'

red 69 ◦ green 97 ◦ blue 152

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

Shades of Mariner #456198

Tints of Mariner #456198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 21.7%
G = 30.5%
B = 47.8%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#456198 (or 0x456198) is known color: Mariner. HEX triplet: 45, 61 and 98. RGB value is (69,97,152). Sum of RGB (Red+Green+Blue) = 69+97+152=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #456198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456198 is #BA9E67. Grayscale: #5E5E5E. Windows color (decimal): -12230248 or 9986373. OLE color: 9986373.

HSL color Cylindrical-coordinate representation of color #456198: hue angle of 219.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #456198 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 97 152 -
CMYK 0.55 0.36 0 0.40
HSL 219.76º 0.38% 0.43% -
HSV(B) 219.76º 0.55% 0.6% -
XYZ 12.4 12.08 31.38 -
YUV 94.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 69 97 152 0.55 0.36 0 0.40 219.76 0.38 0.43
Hex 45 61 98 37 24 0 28 DC 26 2B
Octal 105 141 230 67 44 0 50 334 46 53
Binary 1000101 1100001 10011000 110111 100100 0 101000 11011100 100110 101011

Color Harmonies of #456198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456198

Black with #456198

Text Example


Text Example

White with #456198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456198; }

 p { color: rgb(69,97,152); }

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

background-color css

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

 a { background-color: rgb(69,97,152); }

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

border-color css

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

 span { border-color: rgb(69,97,152); }

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