Html Css Color HEX #456CBA Mariner

📋 copy color: '#456CBA'

red 69 ◦ green 108 ◦ blue 186

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

Shades of Mariner #456CBA

Tints of Mariner #456CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 19.01%
G = 29.75%
B = 51.24%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#456CBA (or 0x456CBA) is known color: Mariner. HEX triplet: 45, 6C and BA. RGB value is (69,108,186). Sum of RGB (Red+Green+Blue) = 69+108+186=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #456CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CBA is #BA9345. Grayscale: #686868. Windows color (decimal): -12227398 or 12217413. OLE color: 12217413.

HSL color Cylindrical-coordinate representation of color #456CBA: hue angle of 220º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #456CBA is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 108 186 -
CMYK 0.63 0.42 0 0.27
HSL 220º 0.46% 0.5% -
HSV(B) 220º 0.63% 0.73% -
XYZ 16.68 15.54 48.57 -
YUV 105.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 69 108 186 0.63 0.42 0 0.27 220 0.46 0.5
Hex 45 6C BA 3F 2A 0 1B DC 2E 32
Octal 105 154 272 77 52 0 33 334 56 62
Binary 1000101 1101100 10111010 111111 101010 0 11011 11011100 101110 110010

Color Harmonies of #456CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456CBA

Black with #456CBA

Text Example


Text Example

White with #456CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,108,186); }

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

background-color css

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

 a { background-color: rgb(69,108,186); }

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

border-color css

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

 span { border-color: rgb(69,108,186); }

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