Html Css Color HEX #446ADA Royal Blue

📋 copy color: '#446ADA'

red 68 ◦ green 106 ◦ blue 218

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

Shades of Royal Blue #446ADA

Tints of Royal Blue #446ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.61%

R = 17.35%
G = 27.04%
B = 55.61%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#446ADA (or 0x446ADA) is known color: Royal Blue. HEX triplet: 44, 6A and DA. RGB value is (68,106,218). Sum of RGB (Red+Green+Blue) = 68+106+218=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #446ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ADA is #BB9525. Grayscale: #6A6A6A. Windows color (decimal): -12293414 or 14314052. OLE color: 14314052.

HSL color Cylindrical-coordinate representation of color #446ADA: hue angle of 224.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446ADA is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 106 218 -
CMYK 0.69 0.51 0 0.15
HSL 224.8º 0.67% 0.56% -
HSV(B) 224.8º 0.69% 0.85% -
XYZ 20.19 16.6 68.47 -
YUV 107.41 190.41 99.89 -
System Red Green Blue C M Y K H S L
Decimal 68 106 218 0.69 0.51 0 0.15 224.8 0.67 0.56
Hex 44 6A DA 45 33 0 F E1 43 38
Octal 104 152 332 105 63 0 17 341 103 70
Binary 1000100 1101010 11011010 1000101 110011 0 1111 11100001 1000011 111000

Color Harmonies of #446ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446ADA

Black with #446ADA

Text Example


Text Example

White with #446ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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