Html Css Color HEX #446ADF Royal Blue

📋 copy color: '#446ADF'

red 68 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #446ADF

Tints of Royal Blue #446ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 17.13%
G = 26.7%
B = 56.17%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#446ADF (or 0x446ADF) is known color: Royal Blue. HEX triplet: 44, 6A and DF. RGB value is (68,106,223). Sum of RGB (Red+Green+Blue) = 68+106+223=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #446ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ADF is #BB9520. Grayscale: #6B6B6B. Windows color (decimal): -12293409 or 14641732. OLE color: 14641732.

HSL color Cylindrical-coordinate representation of color #446ADF: hue angle of 225.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #446ADF is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 106 223 -
CMYK 0.70 0.52 0 0.13
HSL 225.29º 0.71% 0.57% -
HSV(B) 225.29º 0.7% 0.87% -
XYZ 20.86 16.86 71.97 -
YUV 107.98 192.91 99.49 -
System Red Green Blue C M Y K H S L
Decimal 68 106 223 0.70 0.52 0 0.13 225.29 0.71 0.57
Hex 44 6A DF 46 34 0 D E1 47 39
Octal 104 152 337 106 64 0 15 341 107 71
Binary 1000100 1101010 11011111 1000110 110100 0 1101 11100001 1000111 111001

Color Harmonies of #446ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446ADF

Black with #446ADF

Text Example


Text Example

White with #446ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,106,223); }

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

background-color css

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

 a { background-color: rgb(68,106,223); }

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

border-color css

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

 span { border-color: rgb(68,106,223); }

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