Html Css Color HEX #456BA5 Mariner

📋 copy color: '#456BA5'

red 69 ◦ green 107 ◦ blue 165

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

Shades of Mariner #456BA5

Tints of Mariner #456BA5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.38%

 BLUE value IS 165 (64.84% from 255) = 48.39%

R = 20.23%
G = 31.38%
B = 48.39%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#456BA5 (or 0x456BA5) is known color: Mariner. HEX triplet: 45, 6B and A5. RGB value is (69,107,165). Sum of RGB (Red+Green+Blue) = 69+107+165=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 165 - color contains mainly: blue. Hex color #456BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456BA5 is #BA945A. Grayscale: #656565. Windows color (decimal): -12227675 or 10840901. OLE color: 10840901.

HSL color Cylindrical-coordinate representation of color #456BA5: hue angle of 216.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #456BA5 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 69 107 165 -
CMYK 0.58 0.35 0 0.35
HSL 216.25º 0.41% 0.46% -
HSV(B) 216.25º 0.58% 0.65% -
XYZ 14.5 14.5 37.63 -
YUV 102.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 69 107 165 0.58 0.35 0 0.35 216.25 0.41 0.46
Hex 45 6B A5 3A 23 0 23 D8 29 2E
Octal 105 153 245 72 43 0 43 330 51 56
Binary 1000101 1101011 10100101 111010 100011 0 100011 11011000 101001 101110

Color Harmonies of #456BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456BA5

Black with #456BA5

Text Example


Text Example

White with #456BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,107,165); }

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

background-color css

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

 a { background-color: rgb(69,107,165); }

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

border-color css

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

 span { border-color: rgb(69,107,165); }

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