Html Css Color HEX #446FC6 Royal Blue

📋 copy color: '#446FC6'

red 68 ◦ green 111 ◦ blue 198

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

Shades of Royal Blue #446FC6

Tints of Royal Blue #446FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.52%

R = 18.04%
G = 29.44%
B = 52.52%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#446FC6 (or 0x446FC6) is known color: Royal Blue. HEX triplet: 44, 6F and C6. RGB value is (68,111,198). Sum of RGB (Red+Green+Blue) = 68+111+198=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #446FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FC6 is #BB9039. Grayscale: #6B6B6B. Windows color (decimal): -12292154 or 13004612. OLE color: 13004612.

HSL color Cylindrical-coordinate representation of color #446FC6: hue angle of 220.15º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #446FC6 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 111 198 -
CMYK 0.66 0.44 0 0.22
HSL 220.15º 0.53% 0.52% -
HSV(B) 220.15º 0.66% 0.78% -
XYZ 18.26 16.68 55.68 -
YUV 108.06 178.75 99.43 -
System Red Green Blue C M Y K H S L
Decimal 68 111 198 0.66 0.44 0 0.22 220.15 0.53 0.52
Hex 44 6F C6 42 2C 0 16 DC 35 34
Octal 104 157 306 102 54 0 26 334 65 64
Binary 1000100 1101111 11000110 1000010 101100 0 10110 11011100 110101 110100

Color Harmonies of #446FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FC6

Black with #446FC6

Text Example


Text Example

White with #446FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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