Html Css Color HEX #456DB0 Mariner

📋 copy color: '#456DB0'

red 69 ◦ green 109 ◦ blue 176

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

Shades of Mariner #456DB0

Tints of Mariner #456DB0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

 BLUE value IS 176 (69.14% from 255) = 49.72%

R = 19.49%
G = 30.79%
B = 49.72%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#456DB0 (or 0x456DB0) is known color: Mariner. HEX triplet: 45, 6D and B0. RGB value is (69,109,176). Sum of RGB (Red+Green+Blue) = 69+109+176=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #456DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456DB0 is #BA924F. Grayscale: #686868. Windows color (decimal): -12227152 or 11562309. OLE color: 11562309.

HSL color Cylindrical-coordinate representation of color #456DB0: hue angle of 217.57º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #456DB0 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 109 176 -
CMYK 0.61 0.38 0 0.31
HSL 217.57º 0.44% 0.48% -
HSV(B) 217.57º 0.61% 0.69% -
XYZ 15.76 15.34 43.2 -
YUV 104.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 69 109 176 0.61 0.38 0 0.31 217.57 0.44 0.48
Hex 45 6D B0 3D 26 0 1F DA 2C 30
Octal 105 155 260 75 46 0 37 332 54 60
Binary 1000101 1101101 10110000 111101 100110 0 11111 11011010 101100 110000

Color Harmonies of #456DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DB0

Black with #456DB0

Text Example


Text Example

White with #456DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456DB0; }

 p { color: rgb(69,109,176); }

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

background-color css

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

 a { background-color: rgb(69,109,176); }

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

border-color css

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

 span { border-color: rgb(69,109,176); }

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