Html Css Color HEX #4364AA Mariner

📋 copy color: '#4364AA'

red 67 ◦ green 100 ◦ blue 170

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

Shades of Mariner #4364AA

Tints of Mariner #4364AA

RGB

 RED value IS 67 (26.56% from 255) = 19.88%

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 19.88%
G = 29.67%
B = 50.45%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4364AA (or 0x4364AA) is known color: Mariner. HEX triplet: 43, 64 and AA. RGB value is (67,100,170). Sum of RGB (Red+Green+Blue) = 67+100+170=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #4364AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4364AA is #BC9B55. Grayscale: #616161. Windows color (decimal): -12360534 or 11166787. OLE color: 11166787.

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

Color convert

RGB 67 100 170 -
CMYK 0.61 0.41 0 0.33
HSL 220.78º 0.43% 0.46% -
HSV(B) 220.78º 0.61% 0.67% -
XYZ 14.13 13.21 39.84 -
YUV 98.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 67 100 170 0.61 0.41 0 0.33 220.78 0.43 0.46
Hex 43 64 AA 3D 29 0 21 DD 2B 2E
Octal 103 144 252 75 51 0 41 335 53 56
Binary 1000011 1100100 10101010 111101 101001 0 100001 11011101 101011 101110

Color Harmonies of #4364AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4364AA

Black with #4364AA

Text Example


Text Example

White with #4364AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,100,170); }

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

background-color css

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

 a { background-color: rgb(67,100,170); }

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

border-color css

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

 span { border-color: rgb(67,100,170); }

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