Html Css Color HEX #446AFE Royal Blue

📋 copy color: '#446AFE'

red 68 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #446AFE

Tints of Royal Blue #446AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.35%

R = 15.89%
G = 24.77%
B = 59.35%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#446AFE (or 0x446AFE) is known color: Royal Blue. HEX triplet: 44, 6A and FE. RGB value is (68,106,254). Sum of RGB (Red+Green+Blue) = 68+106+254=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #446AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446AFE is #BB9501. Grayscale: #6E6E6E. Windows color (decimal): -12293378 or 16673348. OLE color: 16673348.

HSL color Cylindrical-coordinate representation of color #446AFE: hue angle of 227.74º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #446AFE is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 68 106 254 -
CMYK 0.73 0.58 0 0.00
HSL 227.74º 0.99% 0.63% -
HSV(B) 227.74º 0.73% 1% -
XYZ 25.43 18.69 96.03 -
YUV 111.51 208.41 96.97 -
System Red Green Blue C M Y K H S L
Decimal 68 106 254 0.73 0.58 0 0.00 227.74 0.99 0.63
Hex 44 6A FE 49 3A 0 0 E4 63 3F
Octal 104 152 376 111 72 0 0 344 143 77
Binary 1000100 1101010 11111110 1001001 111010 0 0 11100100 1100011 111111

Color Harmonies of #446AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446AFE

Black with #446AFE

Text Example


Text Example

White with #446AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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