Html Css Color HEX #446ADB Royal Blue

📋 copy color: '#446ADB'

red 68 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #446ADB

Tints of Royal Blue #446ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 17.3%
G = 26.97%
B = 55.73%

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

#446ADB (or 0x446ADB) is known color: Royal Blue. HEX triplet: 44, 6A and DB. RGB value is (68,106,219). Sum of RGB (Red+Green+Blue) = 68+106+219=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #446ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ADB is #BB9524. Grayscale: #6B6B6B. Windows color (decimal): -12293413 or 14379588. OLE color: 14379588.

HSL color Cylindrical-coordinate representation of color #446ADB: hue angle of 224.9º 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 #446ADB is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 106 219 -
CMYK 0.69 0.52 0 0.14
HSL 224.9º 0.68% 0.56% -
HSV(B) 224.9º 0.69% 0.86% -
XYZ 20.32 16.65 69.16 -
YUV 107.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 68 106 219 0.69 0.52 0 0.14 224.9 0.68 0.56
Hex 44 6A DB 45 34 0 E E1 44 38
Octal 104 152 333 105 64 0 16 341 104 70
Binary 1000100 1101010 11011011 1000101 110100 0 1110 11100001 1000100 111000

Color Harmonies of #446ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446ADB

Black with #446ADB

Text Example


Text Example

White with #446ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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