Html Css Color HEX #4267AD Mariner

📋 copy color: '#4267AD'

red 66 ◦ green 103 ◦ blue 173

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

Shades of Mariner #4267AD

Tints of Mariner #4267AD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

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

R = 19.3%
G = 30.12%
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

#4267AD (or 0x4267AD) is known color: Mariner. HEX triplet: 42, 67 and AD. RGB value is (66,103,173). Sum of RGB (Red+Green+Blue) = 66+103+173=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #4267AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4267AD is #BD9852. Grayscale: #636363. Windows color (decimal): -12425299 or 11364162. OLE color: 11364162.

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

Color convert

RGB 66 103 173 -
CMYK 0.62 0.40 0 0.32
HSL 219.25º 0.45% 0.47% -
HSV(B) 219.25º 0.62% 0.68% -
XYZ 14.64 13.88 41.44 -
YUV 99.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 66 103 173 0.62 0.40 0 0.32 219.25 0.45 0.47
Hex 42 67 AD 3E 28 0 20 DB 2D 2F
Octal 102 147 255 76 50 0 40 333 55 57
Binary 1000010 1100111 10101101 111110 101000 0 100000 11011011 101101 101111

Color Harmonies of #4267AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4267AD

Black with #4267AD

Text Example


Text Example

White with #4267AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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