Html Css Color HEX #446AFA Royal Blue

📋 copy color: '#446AFA'

red 68 ◦ green 106 ◦ blue 250

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

Shades of Royal Blue #446AFA

Tints of Royal Blue #446AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.96%

R = 16.04%
G = 25%
B = 58.96%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#446AFA (or 0x446AFA) is known color: Royal Blue. HEX triplet: 44, 6A and FA. RGB value is (68,106,250). Sum of RGB (Red+Green+Blue) = 68+106+250=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #446AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446AFA is #BB9505. Grayscale: #6E6E6E. Windows color (decimal): -12293382 or 16411204. OLE color: 16411204.

HSL color Cylindrical-coordinate representation of color #446AFA: hue angle of 227.47º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #446AFA is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 106 250 -
CMYK 0.73 0.58 0 0.02
HSL 227.47º 0.95% 0.62% -
HSV(B) 227.47º 0.73% 0.98% -
XYZ 24.79 18.44 92.69 -
YUV 111.05 206.41 97.29 -
System Red Green Blue C M Y K H S L
Decimal 68 106 250 0.73 0.58 0 0.02 227.47 0.95 0.62
Hex 44 6A FA 49 3A 0 2 E3 5F 3E
Octal 104 152 372 111 72 0 2 343 137 76
Binary 1000100 1101010 11111010 1001001 111010 0 10 11100011 1011111 111110

Color Harmonies of #446AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446AFA

Black with #446AFA

Text Example


Text Example

White with #446AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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