Html Css Color HEX #446DD6 Royal Blue

📋 copy color: '#446DD6'

red 68 ◦ green 109 ◦ blue 214

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

Shades of Royal Blue #446DD6

Tints of Royal Blue #446DD6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

 BLUE value IS 214 (83.98% from 255) = 54.73%

R = 17.39%
G = 27.88%
B = 54.73%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#446DD6 (or 0x446DD6) is known color: Royal Blue. HEX triplet: 44, 6D and D6. RGB value is (68,109,214). Sum of RGB (Red+Green+Blue) = 68+109+214=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #446DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DD6 is #BB9229. Grayscale: #6C6C6C. Windows color (decimal): -12292650 or 14052676. OLE color: 14052676.

HSL color Cylindrical-coordinate representation of color #446DD6: hue angle of 223.15º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #446DD6 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 109 214 -
CMYK 0.68 0.49 0 0.16
HSL 223.15º 0.64% 0.55% -
HSV(B) 223.15º 0.68% 0.84% -
XYZ 19.99 17.02 65.85 -
YUV 108.71 187.42 98.96 -
System Red Green Blue C M Y K H S L
Decimal 68 109 214 0.68 0.49 0 0.16 223.15 0.64 0.55
Hex 44 6D D6 44 31 0 10 DF 40 37
Octal 104 155 326 104 61 0 20 337 100 67
Binary 1000100 1101101 11010110 1000100 110001 0 10000 11011111 1000000 110111

Color Harmonies of #446DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446DD6

Black with #446DD6

Text Example


Text Example

White with #446DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,109,214); }

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

background-color css

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

 a { background-color: rgb(68,109,214); }

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

border-color css

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

 span { border-color: rgb(68,109,214); }

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