Html Css Color HEX #4265AC Mariner

📋 copy color: '#4265AC'

red 66 ◦ green 101 ◦ blue 172

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

Shades of Mariner #4265AC

Tints of Mariner #4265AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 19.47%
G = 29.79%
B = 50.74%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4265AC (or 0x4265AC) is known color: Mariner. HEX triplet: 42, 65 and AC. RGB value is (66,101,172). Sum of RGB (Red+Green+Blue) = 66+101+172=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #4265AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4265AC is #BD9A53. Grayscale: #626262. Windows color (decimal): -12425812 or 11298114. OLE color: 11298114.

HSL color Cylindrical-coordinate representation of color #4265AC: hue angle of 220.19º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4265AC is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 101 172 -
CMYK 0.62 0.41 0 0.33
HSL 220.19º 0.45% 0.47% -
HSV(B) 220.19º 0.62% 0.67% -
XYZ 14.35 13.44 40.87 -
YUV 98.63 169.4 104.73 -
System Red Green Blue C M Y K H S L
Decimal 66 101 172 0.62 0.41 0 0.33 220.19 0.45 0.47
Hex 42 65 AC 3E 29 0 21 DC 2D 2F
Octal 102 145 254 76 51 0 41 334 55 57
Binary 1000010 1100101 10101100 111110 101001 0 100001 11011100 101101 101111

Color Harmonies of #4265AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4265AC

Black with #4265AC

Text Example


Text Example

White with #4265AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4265AC; }

 p { color: rgb(66,101,172); }

 H1.HeaderClassName
 {
   color: #4265AC;
 }
 .AnyTagClassName
 {
   color: #4265AC;
 }
</style>

background-color css

<style>
 a { background-color: #4265AC; }

 a { background-color: rgb(66,101,172); }

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

border-color css

<style>
 span { border-color: #4265AC; }

 span { border-color: rgb(66,101,172); }

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