Html Css Color HEX #446FCC Royal Blue

📋 copy color: '#446FCC'

red 68 ◦ green 111 ◦ blue 204

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

Shades of Royal Blue #446FCC

Tints of Royal Blue #446FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 17.75%
G = 28.98%
B = 53.26%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#446FCC (or 0x446FCC) is known color: Royal Blue. HEX triplet: 44, 6F and CC. RGB value is (68,111,204). Sum of RGB (Red+Green+Blue) = 68+111+204=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #446FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FCC is #BB9033. Grayscale: #6C6C6C. Windows color (decimal): -12292148 or 13397828. OLE color: 13397828.

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

Color convert

RGB 68 111 204 -
CMYK 0.67 0.46 0 0.2
HSL 221.03º 0.57% 0.53% -
HSV(B) 221.03º 0.67% 0.8% -
XYZ 18.97 16.96 59.4 -
YUV 108.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 68 111 204 0.67 0.46 0 0.2 221.03 0.57 0.53
Hex 44 6F CC 43 2E 0 14 DD 39 35
Octal 104 157 314 103 56 0 24 335 71 65
Binary 1000100 1101111 11001100 1000011 101110 0 10100 11011101 111001 110101

Color Harmonies of #446FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FCC

Black with #446FCC

Text Example


Text Example

White with #446FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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