Html Css Color HEX #446BE1 Royal Blue

📋 copy color: '#446BE1'

red 68 ◦ green 107 ◦ blue 225

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

Shades of Royal Blue #446BE1

Tints of Royal Blue #446BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

 BLUE value IS 225 (88.28% from 255) = 56.25%

R = 17%
G = 26.75%
B = 56.25%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#446BE1 (or 0x446BE1) is known color: Royal Blue. HEX triplet: 44, 6B and E1. RGB value is (68,107,225). Sum of RGB (Red+Green+Blue) = 68+107+225=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #446BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BE1 is #BB941E. Grayscale: #6C6C6C. Windows color (decimal): -12293151 or 14773060. OLE color: 14773060.

HSL color Cylindrical-coordinate representation of color #446BE1: hue angle of 225.1º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #446BE1 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 107 225 -
CMYK 0.70 0.52 0 0.12
HSL 225.1º 0.72% 0.57% -
HSV(B) 225.1º 0.7% 0.88% -
XYZ 21.23 17.18 73.43 -
YUV 108.79 193.58 98.91 -
System Red Green Blue C M Y K H S L
Decimal 68 107 225 0.70 0.52 0 0.12 225.1 0.72 0.57
Hex 44 6B E1 46 34 0 C E1 48 39
Octal 104 153 341 106 64 0 14 341 110 71
Binary 1000100 1101011 11100001 1000110 110100 0 1100 11100001 1001000 111001

Color Harmonies of #446BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446BE1

Black with #446BE1

Text Example


Text Example

White with #446BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,107,225); }

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

background-color css

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

 a { background-color: rgb(68,107,225); }

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

border-color css

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

 span { border-color: rgb(68,107,225); }

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