Html Css Color HEX #446FCB Royal Blue

📋 copy color: '#446FCB'

red 68 ◦ green 111 ◦ blue 203

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

Shades of Royal Blue #446FCB

Tints of Royal Blue #446FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 17.8%
G = 29.06%
B = 53.14%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#446FCB (or 0x446FCB) is known color: Royal Blue. HEX triplet: 44, 6F and CB. RGB value is (68,111,203). Sum of RGB (Red+Green+Blue) = 68+111+203=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #446FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FCB is #BB9034. Grayscale: #6C6C6C. Windows color (decimal): -12292149 or 13332292. OLE color: 13332292.

HSL color Cylindrical-coordinate representation of color #446FCB: hue angle of 220.89º degrees, saturation: 0.56, 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 #446FCB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 111 203 -
CMYK 0.67 0.45 0 0.20
HSL 220.89º 0.56% 0.53% -
HSV(B) 220.89º 0.67% 0.8% -
XYZ 18.85 16.91 58.77 -
YUV 108.63 181.25 99.02 -
System Red Green Blue C M Y K H S L
Decimal 68 111 203 0.67 0.45 0 0.20 220.89 0.56 0.53
Hex 44 6F CB 43 2D 0 14 DD 38 35
Octal 104 157 313 103 55 0 24 335 70 65
Binary 1000100 1101111 11001011 1000011 101101 0 10100 11011101 111000 110101

Color Harmonies of #446FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446FCB

Black with #446FCB

Text Example


Text Example

White with #446FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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