Html Css Color HEX #456394 Mariner

📋 copy color: '#456394'

red 69 ◦ green 99 ◦ blue 148

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

Shades of Mariner #456394

Tints of Mariner #456394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

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

R = 21.84%
G = 31.33%
B = 46.84%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#456394 (or 0x456394) is known color: Mariner. HEX triplet: 45, 63 and 94. RGB value is (69,99,148). Sum of RGB (Red+Green+Blue) = 69+99+148=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #456394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456394 is #BA9C6B. Grayscale: #5F5F5F. Windows color (decimal): -12229740 or 9724741. OLE color: 9724741.

HSL color Cylindrical-coordinate representation of color #456394: hue angle of 217.22º 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 #456394 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 99 148 -
CMYK 0.53 0.33 0 0.42
HSL 217.22º 0.36% 0.43% -
HSV(B) 217.22º 0.53% 0.58% -
XYZ 12.26 12.33 29.75 -
YUV 95.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 69 99 148 0.53 0.33 0 0.42 217.22 0.36 0.43
Hex 45 63 94 35 21 0 2A D9 24 2B
Octal 105 143 224 65 41 0 52 331 44 53
Binary 1000101 1100011 10010100 110101 100001 0 101010 11011001 100100 101011

Color Harmonies of #456394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456394

Black with #456394

Text Example


Text Example

White with #456394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456394; }

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

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

background-color css

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

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

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

border-color css

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

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

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