Html Css Color HEX #456098 Mariner

📋 copy color: '#456098'

red 69 ◦ green 96 ◦ blue 152

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

Shades of Mariner #456098

Tints of Mariner #456098

RGB

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

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

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

R = 21.77%
G = 30.28%
B = 47.95%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#456098 (or 0x456098) is known color: Mariner. HEX triplet: 45, 60 and 98. RGB value is (69,96,152). Sum of RGB (Red+Green+Blue) = 69+96+152=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #456098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456098 is #BA9F67. Grayscale: #5E5E5E. Windows color (decimal): -12230504 or 9986117. OLE color: 9986117.

HSL color Cylindrical-coordinate representation of color #456098: hue angle of 220.48º 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 #456098 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 96 152 -
CMYK 0.55 0.37 0 0.40
HSL 220.48º 0.38% 0.43% -
HSV(B) 220.48º 0.55% 0.6% -
XYZ 12.3 11.9 31.35 -
YUV 94.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 69 96 152 0.55 0.37 0 0.40 220.48 0.38 0.43
Hex 45 60 98 37 25 0 28 DC 26 2B
Octal 105 140 230 67 45 0 50 334 46 53
Binary 1000101 1100000 10011000 110111 100101 0 101000 11011100 100110 101011

Color Harmonies of #456098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456098

Black with #456098

Text Example


Text Example

White with #456098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456098; }

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

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

background-color css

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

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

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

border-color css

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

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

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