Html Css Color HEX #446FE6 Royal Blue

📋 copy color: '#446FE6'

red 68 ◦ green 111 ◦ blue 230

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

Shades of Royal Blue #446FE6

Tints of Royal Blue #446FE6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

 BLUE value IS 230 (90.23% from 255) = 56.23%

R = 16.63%
G = 27.14%
B = 56.23%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#446FE6 (or 0x446FE6) is known color: Royal Blue. HEX triplet: 44, 6F and E6. RGB value is (68,111,230). Sum of RGB (Red+Green+Blue) = 68+111+230=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #446FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446FE6 is #BB9019. Grayscale: #6F6F6F. Windows color (decimal): -12292122 or 15101764. OLE color: 15101764.

HSL color Cylindrical-coordinate representation of color #446FE6: hue angle of 224.07º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #446FE6 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 68 111 230 -
CMYK 0.70 0.52 0 0.10
HSL 224.07º 0.76% 0.58% -
HSV(B) 224.07º 0.7% 0.9% -
XYZ 22.35 18.31 77.22 -
YUV 111.71 194.75 96.82 -
System Red Green Blue C M Y K H S L
Decimal 68 111 230 0.70 0.52 0 0.10 224.07 0.76 0.58
Hex 44 6F E6 46 34 0 A E0 4C 3A
Octal 104 157 346 106 64 0 12 340 114 72
Binary 1000100 1101111 11100110 1000110 110100 0 1010 11100000 1001100 111010

Color Harmonies of #446FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FE6

Black with #446FE6

Text Example


Text Example

White with #446FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,111,230); }

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

background-color css

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

 a { background-color: rgb(68,111,230); }

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

border-color css

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

 span { border-color: rgb(68,111,230); }

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