Html Css Color HEX #456499 Mariner

📋 copy color: '#456499'

red 69 ◦ green 100 ◦ blue 153

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

Shades of Mariner #456499

Tints of Mariner #456499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

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

R = 21.43%
G = 31.06%
B = 47.52%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#456499 (or 0x456499) is known color: Mariner. HEX triplet: 45, 64 and 99. RGB value is (69,100,153). Sum of RGB (Red+Green+Blue) = 69+100+153=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #456499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456499 is #BA9B66. Grayscale: #606060. Windows color (decimal): -12229479 or 10052677. OLE color: 10052677.

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

Color convert

RGB 69 100 153 -
CMYK 0.55 0.35 0 0.4
HSL 217.86º 0.38% 0.44% -
HSV(B) 217.86º 0.55% 0.6% -
XYZ 12.76 12.68 31.91 -
YUV 96.77 159.73 108.19 -
System Red Green Blue C M Y K H S L
Decimal 69 100 153 0.55 0.35 0 0.4 217.86 0.38 0.44
Hex 45 64 99 37 23 0 28 DA 26 2C
Octal 105 144 231 67 43 0 50 332 46 54
Binary 1000101 1100100 10011001 110111 100011 0 101000 11011010 100110 101100

Color Harmonies of #456499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456499

Black with #456499

Text Example


Text Example

White with #456499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456499; }

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

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

background-color css

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

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

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

border-color css

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

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

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