Html Css Color HEX #4268AD Mariner

📋 copy color: '#4268AD'

red 66 ◦ green 104 ◦ blue 173

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

Shades of Mariner #4268AD

Tints of Mariner #4268AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.44%

R = 19.24%
G = 30.32%
B = 50.44%

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

#4268AD (or 0x4268AD) is known color: Mariner. HEX triplet: 42, 68 and AD. RGB value is (66,104,173). Sum of RGB (Red+Green+Blue) = 66+104+173=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #4268AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4268AD is #BD9752. Grayscale: #646464. Windows color (decimal): -12425043 or 11364418. OLE color: 11364418.

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

Color convert

RGB 66 104 173 -
CMYK 0.62 0.40 0 0.32
HSL 218.69º 0.45% 0.47% -
HSV(B) 218.69º 0.62% 0.68% -
XYZ 14.74 14.08 41.48 -
YUV 100.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 66 104 173 0.62 0.40 0 0.32 218.69 0.45 0.47
Hex 42 68 AD 3E 28 0 20 DB 2D 2F
Octal 102 150 255 76 50 0 40 333 55 57
Binary 1000010 1101000 10101101 111110 101000 0 100000 11011011 101101 101111

Color Harmonies of #4268AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4268AD

Black with #4268AD

Text Example


Text Example

White with #4268AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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