Html Css Color HEX #4261AA Mariner

📋 copy color: '#4261AA'

red 66 ◦ green 97 ◦ blue 170

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

Shades of Mariner #4261AA

Tints of Mariner #4261AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

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

R = 19.82%
G = 29.13%
B = 51.05%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4261AA (or 0x4261AA) is known color: Mariner. HEX triplet: 42, 61 and AA. RGB value is (66,97,170). Sum of RGB (Red+Green+Blue) = 66+97+170=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #4261AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4261AA is #BD9E55. Grayscale: #5F5F5F. Windows color (decimal): -12426838 or 11166018. OLE color: 11166018.

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

Color convert

RGB 66 97 170 -
CMYK 0.61 0.43 0 0.33
HSL 222.12º 0.44% 0.46% -
HSV(B) 222.12º 0.61% 0.67% -
XYZ 13.78 12.61 39.74 -
YUV 96.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 66 97 170 0.61 0.43 0 0.33 222.12 0.44 0.46
Hex 42 61 AA 3D 2B 0 21 DE 2C 2E
Octal 102 141 252 75 53 0 41 336 54 56
Binary 1000010 1100001 10101010 111101 101011 0 100001 11011110 101100 101110

Color Harmonies of #4261AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4261AA

Black with #4261AA

Text Example


Text Example

White with #4261AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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