Html Css Color HEX #446FCD Royal Blue

📋 copy color: '#446FCD'

red 68 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #446FCD

Tints of Royal Blue #446FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 17.71%
G = 28.91%
B = 53.39%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#446FCD (or 0x446FCD) is known color: Royal Blue. HEX triplet: 44, 6F and CD. RGB value is (68,111,205). Sum of RGB (Red+Green+Blue) = 68+111+205=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #446FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FCD is #BB9032. Grayscale: #6C6C6C. Windows color (decimal): -12292147 or 13463364. OLE color: 13463364.

HSL color Cylindrical-coordinate representation of color #446FCD: hue angle of 221.17º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446FCD is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 111 205 -
CMYK 0.67 0.46 0 0.20
HSL 221.17º 0.58% 0.54% -
HSV(B) 221.17º 0.67% 0.8% -
XYZ 19.09 17.01 60.03 -
YUV 108.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 68 111 205 0.67 0.46 0 0.20 221.17 0.58 0.54
Hex 44 6F CD 43 2E 0 14 DD 3A 36
Octal 104 157 315 103 56 0 24 335 72 66
Binary 1000100 1101111 11001101 1000011 101110 0 10100 11011101 111010 110110

Color Harmonies of #446FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FCD

Black with #446FCD

Text Example


Text Example

White with #446FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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