Html Css Color HEX #4264AA Mariner

📋 copy color: '#4264AA'

red 66 ◦ green 100 ◦ blue 170

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

Shades of Mariner #4264AA

Tints of Mariner #4264AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 19.64%
G = 29.76%
B = 50.6%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4264AA (or 0x4264AA) is known color: Mariner. HEX triplet: 42, 64 and AA. RGB value is (66,100,170). Sum of RGB (Red+Green+Blue) = 66+100+170=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #4264AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4264AA is #BD9B55. Grayscale: #616161. Windows color (decimal): -12426070 or 11166786. OLE color: 11166786.

HSL color Cylindrical-coordinate representation of color #4264AA: hue angle of 220.38º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4264AA is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 100 170 -
CMYK 0.61 0.41 0 0.33
HSL 220.38º 0.44% 0.46% -
HSV(B) 220.38º 0.61% 0.67% -
XYZ 14.06 13.17 39.83 -
YUV 97.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 66 100 170 0.61 0.41 0 0.33 220.38 0.44 0.46
Hex 42 64 AA 3D 29 0 21 DC 2C 2E
Octal 102 144 252 75 51 0 41 334 54 56
Binary 1000010 1100100 10101010 111101 101001 0 100001 11011100 101100 101110

Color Harmonies of #4264AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4264AA

Black with #4264AA

Text Example


Text Example

White with #4264AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4264AA; }

 p { color: rgb(66,100,170); }

 H1.HeaderClassName
 {
   color: #4264AA;
 }
 .AnyTagClassName
 {
   color: #4264AA;
 }
</style>

background-color css

<style>
 a { background-color: #4264AA; }

 a { background-color: rgb(66,100,170); }

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

border-color css

<style>
 span { border-color: #4264AA; }

 span { border-color: rgb(66,100,170); }

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