Html Css Color HEX #456194 Mariner

📋 copy color: '#456194'

red 69 ◦ green 97 ◦ blue 148

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

Shades of Mariner #456194

Tints of Mariner #456194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 21.97%
G = 30.89%
B = 47.13%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456194 (or 0x456194) is known color: Mariner. HEX triplet: 45, 61 and 94. RGB value is (69,97,148). Sum of RGB (Red+Green+Blue) = 69+97+148=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #456194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456194 is #BA9E6B. Grayscale: #5E5E5E. Windows color (decimal): -12230252 or 9724229. OLE color: 9724229.

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

Color convert

RGB 69 97 148 -
CMYK 0.53 0.34 0 0.42
HSL 218.73º 0.36% 0.43% -
HSV(B) 218.73º 0.53% 0.58% -
XYZ 12.07 11.95 29.69 -
YUV 94.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 69 97 148 0.53 0.34 0 0.42 218.73 0.36 0.43
Hex 45 61 94 35 22 0 2A DB 24 2B
Octal 105 141 224 65 42 0 52 333 44 53
Binary 1000101 1100001 10010100 110101 100010 0 101010 11011011 100100 101011

Color Harmonies of #456194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456194

Black with #456194

Text Example


Text Example

White with #456194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456194; }

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

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

background-color css

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

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

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

border-color css

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

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

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