Html Css Color HEX #446AFC Royal Blue

📋 copy color: '#446AFC'

red 68 ◦ green 106 ◦ blue 252

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

Shades of Royal Blue #446AFC

Tints of Royal Blue #446AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 15.96%
G = 24.88%
B = 59.15%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#446AFC (or 0x446AFC) is known color: Royal Blue. HEX triplet: 44, 6A and FC. RGB value is (68,106,252). Sum of RGB (Red+Green+Blue) = 68+106+252=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #446AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446AFC is #BB9503. Grayscale: #6E6E6E. Windows color (decimal): -12293380 or 16542276. OLE color: 16542276.

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

Color convert

RGB 68 106 252 -
CMYK 0.73 0.58 0 0.01
HSL 227.61º 0.97% 0.63% -
HSV(B) 227.61º 0.73% 0.99% -
XYZ 25.11 18.57 94.36 -
YUV 111.28 207.41 97.13 -
System Red Green Blue C M Y K H S L
Decimal 68 106 252 0.73 0.58 0 0.01 227.61 0.97 0.63
Hex 44 6A FC 49 3A 0 1 E4 61 3F
Octal 104 152 374 111 72 0 1 344 141 77
Binary 1000100 1101010 11111100 1001001 111010 0 1 11100100 1100001 111111

Color Harmonies of #446AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446AFC

Black with #446AFC

Text Example


Text Example

White with #446AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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