Html Css Color HEX #4263AB Mariner

📋 copy color: '#4263AB'

red 66 ◦ green 99 ◦ blue 171

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

Shades of Mariner #4263AB

Tints of Mariner #4263AB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 19.64%
G = 29.46%
B = 50.89%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4263AB (or 0x4263AB) is known color: Mariner. HEX triplet: 42, 63 and AB. RGB value is (66,99,171). Sum of RGB (Red+Green+Blue) = 66+99+171=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #4263AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4263AB is #BD9C54. Grayscale: #616161. Windows color (decimal): -12426325 or 11232066. OLE color: 11232066.

HSL color Cylindrical-coordinate representation of color #4263AB: hue angle of 221.14º 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 #4263AB is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 99 171 -
CMYK 0.61 0.42 0 0.33
HSL 221.14º 0.44% 0.46% -
HSV(B) 221.14º 0.61% 0.67% -
XYZ 14.06 13.02 40.3 -
YUV 97.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 66 99 171 0.61 0.42 0 0.33 221.14 0.44 0.46
Hex 42 63 AB 3D 2A 0 21 DD 2C 2E
Octal 102 143 253 75 52 0 41 335 54 56
Binary 1000010 1100011 10101011 111101 101010 0 100001 11011101 101100 101110

Color Harmonies of #4263AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4263AB

Black with #4263AB

Text Example


Text Example

White with #4263AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4263AB; }

 p { color: rgb(66,99,171); }

 H1.HeaderClassName
 {
   color: #4263AB;
 }
 .AnyTagClassName
 {
   color: #4263AB;
 }
</style>

background-color css

<style>
 a { background-color: #4263AB; }

 a { background-color: rgb(66,99,171); }

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

border-color css

<style>
 span { border-color: #4263AB; }

 span { border-color: rgb(66,99,171); }

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