Html Css Color HEX #4268AE Mariner

📋 copy color: '#4268AE'

red 66 ◦ green 104 ◦ blue 174

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

Shades of Mariner #4268AE

Tints of Mariner #4268AE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

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

R = 19.19%
G = 30.23%
B = 50.58%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4268AE (or 0x4268AE) is known color: Mariner. HEX triplet: 42, 68 and AE. RGB value is (66,104,174). Sum of RGB (Red+Green+Blue) = 66+104+174=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #4268AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4268AE is #BD9751. Grayscale: #646464. Windows color (decimal): -12425042 or 11429954. OLE color: 11429954.

HSL color Cylindrical-coordinate representation of color #4268AE: hue angle of 218.89º 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 #4268AE is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 104 174 -
CMYK 0.62 0.40 0 0.32
HSL 218.89º 0.45% 0.47% -
HSV(B) 218.89º 0.62% 0.68% -
XYZ 14.84 14.11 41.99 -
YUV 100.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 66 104 174 0.62 0.40 0 0.32 218.89 0.45 0.47
Hex 42 68 AE 3E 28 0 20 DB 2D 2F
Octal 102 150 256 76 50 0 40 333 55 57
Binary 1000010 1101000 10101110 111110 101000 0 100000 11011011 101101 101111

Color Harmonies of #4268AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4268AE

Black with #4268AE

Text Example


Text Example

White with #4268AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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