Html Css Color HEX #456AB4 Mariner

📋 copy color: '#456AB4'

red 69 ◦ green 106 ◦ blue 180

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

Shades of Mariner #456AB4

Tints of Mariner #456AB4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 180 (70.7% from 255) = 50.7%

R = 19.44%
G = 29.86%
B = 50.7%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#456AB4 (or 0x456AB4) is known color: Mariner. HEX triplet: 45, 6A and B4. RGB value is (69,106,180). Sum of RGB (Red+Green+Blue) = 69+106+180=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #456AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456AB4 is #BA954B. Grayscale: #676767. Windows color (decimal): -12227916 or 11823685. OLE color: 11823685.

HSL color Cylindrical-coordinate representation of color #456AB4: hue angle of 220º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #456AB4 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 69 106 180 -
CMYK 0.62 0.41 0 0.29
HSL 220º 0.45% 0.49% -
HSV(B) 220º 0.62% 0.71% -
XYZ 15.85 14.87 45.21 -
YUV 103.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 69 106 180 0.62 0.41 0 0.29 220 0.45 0.49
Hex 45 6A B4 3E 29 0 1D DC 2D 31
Octal 105 152 264 76 51 0 35 334 55 61
Binary 1000101 1101010 10110100 111110 101001 0 11101 11011100 101101 110001

Color Harmonies of #456AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456AB4

Black with #456AB4

Text Example


Text Example

White with #456AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,106,180); }

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

background-color css

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

 a { background-color: rgb(69,106,180); }

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

border-color css

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

 span { border-color: rgb(69,106,180); }

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