Html Css Color HEX #456099 Mariner

📋 copy color: '#456099'

red 69 ◦ green 96 ◦ blue 153

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

Shades of Mariner #456099

Tints of Mariner #456099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 21.7%
G = 30.19%
B = 48.11%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#456099 (or 0x456099) is known color: Mariner. HEX triplet: 45, 60 and 99. RGB value is (69,96,153). Sum of RGB (Red+Green+Blue) = 69+96+153=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #456099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456099 is #BA9F66. Grayscale: #5E5E5E. Windows color (decimal): -12230503 or 10051653. OLE color: 10051653.

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

Color convert

RGB 69 96 153 -
CMYK 0.55 0.37 0 0.4
HSL 220.71º 0.38% 0.44% -
HSV(B) 220.71º 0.55% 0.6% -
XYZ 12.39 11.93 31.79 -
YUV 94.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 69 96 153 0.55 0.37 0 0.4 220.71 0.38 0.44
Hex 45 60 99 37 25 0 28 DD 26 2C
Octal 105 140 231 67 45 0 50 335 46 54
Binary 1000101 1100000 10011001 110111 100101 0 101000 11011101 100110 101100

Color Harmonies of #456099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456099

Black with #456099

Text Example


Text Example

White with #456099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456099; }

 p { color: rgb(69,96,153); }

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

background-color css

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

 a { background-color: rgb(69,96,153); }

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

border-color css

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

 span { border-color: rgb(69,96,153); }

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