Html Css Color HEX #446AF1 Royal Blue

📋 copy color: '#446AF1'

red 68 ◦ green 106 ◦ blue 241

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

Shades of Royal Blue #446AF1

Tints of Royal Blue #446AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.07%

R = 16.39%
G = 25.54%
B = 58.07%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#446AF1 (or 0x446AF1) is known color: Royal Blue. HEX triplet: 44, 6A and F1. RGB value is (68,106,241). Sum of RGB (Red+Green+Blue) = 68+106+241=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #446AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446AF1 is #BB950E. Grayscale: #6D6D6D. Windows color (decimal): -12293391 or 15821380. OLE color: 15821380.

HSL color Cylindrical-coordinate representation of color #446AF1: hue angle of 226.82º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #446AF1 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 68 106 241 -
CMYK 0.72 0.56 0 0.05
HSL 226.82º 0.86% 0.61% -
HSV(B) 226.82º 0.72% 0.95% -
XYZ 23.42 17.89 85.44 -
YUV 110.03 201.91 98.02 -
System Red Green Blue C M Y K H S L
Decimal 68 106 241 0.72 0.56 0 0.05 226.82 0.86 0.61
Hex 44 6A F1 48 38 0 5 E3 56 3D
Octal 104 152 361 110 70 0 5 343 126 75
Binary 1000100 1101010 11110001 1001000 111000 0 101 11100011 1010110 111101

Color Harmonies of #446AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446AF1

Black with #446AF1

Text Example


Text Example

White with #446AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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