Html Css Color HEX #446ADC Royal Blue

📋 copy color: '#446ADC'

red 68 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #446ADC

Tints of Royal Blue #446ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 17.26%
G = 26.9%
B = 55.84%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#446ADC (or 0x446ADC) is known color: Royal Blue. HEX triplet: 44, 6A and DC. RGB value is (68,106,220). Sum of RGB (Red+Green+Blue) = 68+106+220=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #446ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ADC is #BB9523. Grayscale: #6B6B6B. Windows color (decimal): -12293412 or 14445124. OLE color: 14445124.

HSL color Cylindrical-coordinate representation of color #446ADC: hue angle of 225º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446ADC is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 106 220 -
CMYK 0.69 0.52 0 0.14
HSL 225º 0.68% 0.56% -
HSV(B) 225º 0.69% 0.86% -
XYZ 20.46 16.7 69.86 -
YUV 107.63 191.41 99.73 -
System Red Green Blue C M Y K H S L
Decimal 68 106 220 0.69 0.52 0 0.14 225 0.68 0.56
Hex 44 6A DC 45 34 0 E E1 44 38
Octal 104 152 334 105 64 0 16 341 104 70
Binary 1000100 1101010 11011100 1000101 110100 0 1110 11100001 1000100 111000

Color Harmonies of #446ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446ADC

Black with #446ADC

Text Example


Text Example

White with #446ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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