Html Css Color HEX #4259AE Mariner

📋 copy color: '#4259AE'

red 66 ◦ green 89 ◦ blue 174

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

Shades of Mariner #4259AE

Tints of Mariner #4259AE

RGB

 RED value IS 66 (26.17% from 255) = 20.06%

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 20.06%
G = 27.05%
B = 52.89%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4259AE (or 0x4259AE) is known color: Mariner. HEX triplet: 42, 59 and AE. RGB value is (66,89,174). Sum of RGB (Red+Green+Blue) = 66+89+174=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #4259AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4259AE is #BDA651. Grayscale: #5B5B5B. Windows color (decimal): -12428882 or 11426114. OLE color: 11426114.

HSL color Cylindrical-coordinate representation of color #4259AE: hue angle of 227.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4259AE is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 89 174 -
CMYK 0.62 0.49 0 0.32
HSL 227.22º 0.45% 0.47% -
HSV(B) 227.22º 0.62% 0.68% -
XYZ 13.46 11.36 41.53 -
YUV 91.81 174.38 109.59 -
System Red Green Blue C M Y K H S L
Decimal 66 89 174 0.62 0.49 0 0.32 227.22 0.45 0.47
Hex 42 59 AE 3E 31 0 20 E3 2D 2F
Octal 102 131 256 76 61 0 40 343 55 57
Binary 1000010 1011001 10101110 111110 110001 0 100000 11100011 101101 101111

Color Harmonies of #4259AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4259AE

Black with #4259AE

Text Example


Text Example

White with #4259AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4259AE; }

 p { color: rgb(66,89,174); }

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

background-color css

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

 a { background-color: rgb(66,89,174); }

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

border-color css

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

 span { border-color: rgb(66,89,174); }

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