Html Css Color HEX #446CBA Mariner

📋 copy color: '#446CBA'

red 68 ◦ green 108 ◦ blue 186

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

Shades of Mariner #446CBA

Tints of Mariner #446CBA

RGB

 RED value IS 68 (26.95% from 255) = 18.78%

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 18.78%
G = 29.83%
B = 51.38%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#446CBA (or 0x446CBA) is known color: Mariner. HEX triplet: 44, 6C and BA. RGB value is (68,108,186). Sum of RGB (Red+Green+Blue) = 68+108+186=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #446CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446CBA is #BB9345. Grayscale: #686868. Windows color (decimal): -12292934 or 12217412. OLE color: 12217412.

HSL color Cylindrical-coordinate representation of color #446CBA: hue angle of 219.66º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446CBA is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 108 186 -
CMYK 0.63 0.42 0 0.27
HSL 219.66º 0.46% 0.5% -
HSV(B) 219.66º 0.63% 0.73% -
XYZ 16.61 15.5 48.57 -
YUV 104.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 68 108 186 0.63 0.42 0 0.27 219.66 0.46 0.5
Hex 44 6C BA 3F 2A 0 1B DC 2E 32
Octal 104 154 272 77 52 0 33 334 56 62
Binary 1000100 1101100 10111010 111111 101010 0 11011 11011100 101110 110010

Color Harmonies of #446CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446CBA

Black with #446CBA

Text Example


Text Example

White with #446CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446CBA; }

 p { color: rgb(68,108,186); }

 H1.HeaderClassName
 {
   color: #446CBA;
 }
 .AnyTagClassName
 {
   color: #446CBA;
 }
</style>

background-color css

<style>
 a { background-color: #446CBA; }

 a { background-color: rgb(68,108,186); }

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

border-color css

<style>
 span { border-color: #446CBA; }

 span { border-color: rgb(68,108,186); }

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